document after-release step

This commit is contained in:
Daniel Waxweiler 2024-04-02 22:01:53 +02:00
parent a75d3a3915
commit 418dc829d0
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ The current changelog can be found under [source/changelog.txt](source/changelog
13. Push the new tag to the repository: `git push --tags`
14. Append `-next` to the version number in `package.json`.
15. Update the `package-lock.json`: `npm i --package-lock-only`
16. Commit: `git commit -am "prepare next release"`
### Other commands