Update Releasing documentation
This commit is contained in:
parent
843b18db72
commit
17887c266b
1 changed files with 7 additions and 9 deletions
|
@ -24,20 +24,18 @@ git add .
|
|||
git commit
|
||||
```
|
||||
|
||||
Open package.json, find ":version" keyword and remove "-SNAPSHOT" from version number.
|
||||
Execute tests
|
||||
|
||||
``` bash
|
||||
git add .
|
||||
git commit -m "Release [version]"
|
||||
lein release
|
||||
git push --follow-tags
|
||||
shadow-cljs compile test
|
||||
node target/node-tests.js
|
||||
lein test
|
||||
```
|
||||
|
||||
Open package.json again, increase version increment by one and add "-SNAPSHOT".
|
||||
|
||||
Release with type (NONE, PATCH, MINOR, MAJOR):
|
||||
``` bash
|
||||
git commit -am "version bump"
|
||||
git push
|
||||
RELEASE_TYPE=[TYPE] pyb prepare_release after_publish
|
||||
|
||||
```
|
||||
|
||||
Done.
|
||||
|
|
Loading…
Reference in a new issue