Update Releasing documentation

This commit is contained in:
bom 2023-06-23 10:47:06 +02:00
parent 843b18db72
commit 17887c266b

View file

@ -24,20 +24,18 @@ git add .
git commit git commit
``` ```
Open package.json, find ":version" keyword and remove "-SNAPSHOT" from version number. Execute tests
``` bash ``` bash
git add . shadow-cljs compile test
git commit -m "Release [version]" node target/node-tests.js
lein release lein test
git push --follow-tags
``` ```
Open package.json again, increase version increment by one and add "-SNAPSHOT". Release with type (NONE, PATCH, MINOR, MAJOR):
``` bash ``` bash
git commit -am "version bump" RELEASE_TYPE=[TYPE] pyb prepare_release after_publish
git push
``` ```
Done. Done.