Skip to content

Commit

Permalink
Add @since to release checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux committed Jul 2, 2024
1 parent 8f1a75b commit a250e37
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ This PR bumps the version to <version number>.
1. Look at the [CHANGELOG.md](../CHANGELOG.md) to determine whether the release should be a major, minor, or patch release. Coordinate with the team to ensure the next version is agreed upon.
2. Run `npm version -- <major|minor|patch> --no-push` with the decided on version (to prevent the tag from being pushed).
3. Update the `CHANGELOG.md` to release the latest the version, and set the release date.
4. Commit the changes on a `release/vX.Y.Z` branch
5. Push to GitHub, create a PR, and merge once CI passes.
6. Create a release on GitHub for the new version, using a combination of the release notes from the `CHANGELOG.md` and the automatically generated changes.
4. Add the `@since X.Y.Z` annotations to new APIs.
5. Commit the changes on a `release/vX.Y.Z` branch
6. Push to GitHub, create a PR, and merge once CI passes.
7. Create a release on GitHub for the new version, using a combination of the release notes from the `CHANGELOG.md` and the automatically generated changes.
The release should have a new tag matching the new version number: `vx.y.z`, and point to the release commit.

0 comments on commit a250e37

Please sign in to comment.