c4k-keycloak/doc/Releasing.md
2021-05-17 09:28:01 +02:00

14 lines
No EOL
233 B
Markdown

# 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
```