Skip to content

Git Flow

Ben Watson edited this page Aug 19, 2022 · 3 revisions
  1. 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
  2. When ready, the user should
    1. Open a PR from their feature branch to master
    2. Update the CHANGELOG.md to include details about the changes they made
    3. Add one of the release/... labels to their PR based on the type of change
  3. 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

Clone this wiki locally