Skip to content

Commit c7be2a3

Browse files
authored
docs(meta): add RELEASE_CHECKLIST.md (#702)
1 parent 8bbcf6e commit c7be2a3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

RELEASE_CHECKLIST.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Release checklist
2+
3+
This checklist is meant to be used as a guide for the `forge-std` release process.
4+
5+
## Steps
6+
7+
- [ ] Update the version number in `package.json`
8+
- [ ] Open and merge a PR with the version bump
9+
- [ ] Tag the merged commit with the version number: `git tag v<X.Y.Z>`
10+
- [ ] Push the tag to the repository: `git push --tags`
11+
- [ ] Create a new GitHub release with the automatically generated changelog and with the name set to `v<X.Y.Z>`
12+
- [ ] Add `## Featured Changes` section to the top of the release notes

0 commit comments

Comments
 (0)