c4k-common/doc/Releasing.md

17 lines
325 B
Markdown
Raw Normal View History

2021-07-09 19:04:43 +02:00
# stable release (should be done from master)
```
2021-09-13 09:08:40 +02:00
#adjust [version] and remove the -SNAPSHOT
2021-07-09 19:04:43 +02:00
vi project-cljs.clj
2022-07-27 11:42:30 +02:00
git add project-cljs.clj
git commit -m "Prep for release"
2021-07-09 20:14:25 +02:00
lein release
2021-07-09 19:04:43 +02:00
git push --follow-tags
# bump version - increase version and add -SNAPSHOT
vi project-cljs.clj
git commit -am "version bump"
git push
```