c4k-common/doc/Releasing.md

14 lines
266 B
Markdown
Raw Normal View History

2021-07-09 17:04:43 +00:00
# stable release (should be done from master)
```
2021-09-13 07:08:40 +00:00
#adjust [version] and remove the -SNAPSHOT
2021-07-09 17:04:43 +00:00
vi project-cljs.clj
2021-07-09 18:14:25 +00:00
lein release
2021-07-09 17:04:43 +00:00
git push --follow-tags
# bump version - increase version and add -SNAPSHOT
vi project-cljs.clj
git commit -am "version bump"
git push
```