-
Notifications
You must be signed in to change notification settings - Fork 8
Git Flow
Ben Watson edited this page Aug 19, 2022
·
3 revisions
- All new work should be done in a new feature branch either in their local copy of this repo, or in their fork of this repo
- When ready, the user should
- Open a PR from their feature branch to master
- Update the CHANGELOG.md to include details about the changes they made
- Add one of the
release/...labels to their PR based on the type of change
- Once the PR is approved, merging will automatically bump the version based on the release label that was chosen, create a new release, and publish the package to NPM