We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bbcf6e commit c7be2a3Copy full SHA for c7be2a3
RELEASE_CHECKLIST.md
@@ -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