c4k-nextcloud/doc/Releasing.md

14 lines
233 B
Markdown
Raw Normal View History

2021-08-06 15:36:59 +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
```