From 418dc829d0d442ff0c978dd86b36a7a80b0bdcac Mon Sep 17 00:00:00 2001 From: Daniel Waxweiler Date: Tue, 2 Apr 2024 22:01:53 +0200 Subject: [PATCH] document after-release step --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e2ef217..2b9b088 100644 --- a/README.md +++ b/README.md @@ -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