c4k-common/doc/Releasing.md

17 lines
325 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
2022-07-27 09:42:30 +00:00
git add project-cljs.clj
git commit -m "Prep for release"
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
```