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 8a774a1 commit 47a1014Copy full SHA for 47a1014
README.dev.md
@@ -4,10 +4,11 @@ Steps for releasing:
4
merged.
5
2. Bump copyright year in `README.md`, if necessary.
6
3. Review `CHANGELOG.md` for completeness and correctness. Update its
7
-4. Bump the version in `package.json`.
+ release date.
8
+4. Set the version in `package.json`.
9
5. Create a release PR containing the updates relating to any of the steps
10
above.
-6. Ensure that the release PR is merged into main.
11
+6. Ensure that the release PR is merged into `main`.
12
7. With `main` checked out, run `npm publish`. This will generate the
13
docs, deploy docs, and publish the module to NPM.
14
8. Create and push a git tag (eg `git tag v4.2.0 && git push --tags`).
0 commit comments