mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
Trying to sort out the release process, which is not working
This commit is contained in:
parent
6e907cc85d
commit
5b01945c58
1 changed files with 3 additions and 2 deletions
|
|
@ -59,12 +59,13 @@
|
|||
:destroy smeagol.handler/destroy}
|
||||
|
||||
:release-tasks [["vcs" "assert-committed"]
|
||||
["clean"]
|
||||
["codox"]
|
||||
["change" "version" "leiningen.release/bump-version" "release"]
|
||||
["vcs" "commit"]
|
||||
["vcs" "tag" "v." "--no-sign"]
|
||||
["clean"]
|
||||
["bower" "install"]
|
||||
["ring" "uberjar"]
|
||||
["deploy" "clojars"]
|
||||
["docker" "build"]
|
||||
["docker" "push"]
|
||||
["change" "version" "leiningen.release/bump-version"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue