c4k-mastodon-bot/doc/Releasing.md

14 lines
233 B
Markdown
Raw Normal View History

2021-03-12 18:01:48 +00:00
# stable release (should be done from master)
```
#adjust [version]
vi package.json
lein release
2021-03-17 14:15:19 +00:00
git push --follow-tags
2021-03-12 18:01:48 +00:00
# bump version - increase version and add -SNAPSHOT
vi package.json
git commit -am "version bump"
git push
```