Skip to content

Commit 47a1014

Browse files
committed
Update release instructions
1 parent 8a774a1 commit 47a1014

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.dev.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ Steps for releasing:
44
merged.
55
2. Bump copyright year in `README.md`, if necessary.
66
3. Review `CHANGELOG.md` for completeness and correctness. Update its
7-
4. Bump the version in `package.json`.
7+
release date.
8+
4. Set the version in `package.json`.
89
5. Create a release PR containing the updates relating to any of the steps
910
above.
10-
6. Ensure that the release PR is merged into main.
11+
6. Ensure that the release PR is merged into `main`.
1112
7. With `main` checked out, run `npm publish`. This will generate the
1213
docs, deploy docs, and publish the module to NPM.
1314
8. Create and push a git tag (eg `git tag v4.2.0 && git push --tags`).

0 commit comments

Comments
 (0)