c4k-keycloak/doc/Releasing.md

14 lines
233 B
Markdown
Raw Normal View History

2021-05-17 07:28:01 +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
```