Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 801 Bytes

DEVELOPMENT.md

File metadata and controls

16 lines (12 loc) · 801 Bytes

Development

Releasing

This project uses the new deferred versioning release workflow in conjunction with a github action. To release a new version of the package, follow the following steps:

For more info on deferred versioning check out the Yarn Documentation.

  1. Create a branch using the branching system laid out in uauth-service.
  2. Make changes...
  3. Commit changes.
  4. Run the yarn version check --interactive command to configure which versions you want to release.
  5. To review your changes, look at the .yarn/versions/<commit>.yml.
  6. If you are satisfied with the versioning, run yarn version apply --all
  7. Push the branch and make a PR into main.
  8. Run the Build, test, and release action on main.