Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 986 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (17 loc) · 986 Bytes

Contributing to Keycloak Js Mock

Update version

  1. Find the next major version in keycloak-js. It is preferable to choose the latest minor and patch versions.
  2. Check release notes for Adapters.
  3. Check the git history for the new version.
  4. Set the new version in package.json for keycloak-js-mock.
  5. Update keycloak-js source link in README.
  6. Update keycloak-js peerDependencies and devDependencies versions in package.json and run yarn upgrade keycloak-js or remove yarn.lock and run yarn install. (Please use node version from package.json)
  7. Update lib code.
  8. Runs:
    • yarn lint:fix
    • yarn test
    • yarn build
    • cd example and yarn install and them check with yarn start
  9. PR in GitHub, merge and manual create new tag and release.