c4k-shynet/doc/Releasing.md

14 lines
233 B
Markdown
Raw Normal View History

2022-02-04 09:11:52 +00:00
# stable release (should be done from master)
```
#adjust [version]
vi package.json
lein release
git push --follow-tags
# bump version - increase version and add -SNAPSHOT
vi package.json
git commit -am "version bump"
git push
```