Skip to content

Merging PRs

Stoney Jackson edited this page Feb 9, 2023 · 1 revision

When a PR is merged, a release is automatically cut. So, ensure all tests are passing, and then perform a squash merge writing a good commit message. This commit message:

  1. Must follow Conventional Commits since it will be used to determine the next version number.
  2. Will become the release notes for the new release. So identify bugs fixed, new features, and BREAKING CHANGES made in the pull request. If you don't know what they are, ask the author. If you still don't know, don't merge.

None

Clone this wiki locally