Skip to content

Commit

Permalink
Add note in README about release process
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonj04 committed Oct 23, 2024
1 parent 64b246a commit ef6cdce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@ to ensure your development copy loads the local version of this package.

When you're ready, create a PR on this repository. Once it is merged into main,
run `npm update` in the two applications to pull the latest `main`, and create PRs for the changes to `package-lock.json`. Once they are merged and deployed, the latest changes will be used.

## Releasing

- Update the version number in `package.json`
- Tag the new release in GitHub

0 comments on commit ef6cdce

Please sign in to comment.