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
|
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.
|
||||||
|
|
Loading…
Reference in a new issue