lein-release plugin: preparing 1.0.3 release

This commit is contained in:
Simon Brooke 2020-02-05 10:47:13 +00:00
parent 5b01945c58
commit a821f8d988
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987

View file

@ -1,4 +1,4 @@
(defproject smeagol "1.0.3-SNAPSHOT" (defproject smeagol "1.0.3"
:description "A simple Git-backed Wiki inspired by Gollum" :description "A simple Git-backed Wiki inspired by Gollum"
:url "https://github.com/simon-brooke/smeagol" :url "https://github.com/simon-brooke/smeagol"
:license {:name "GNU General Public License,version 2.0 or (at your option) any later version" :license {:name "GNU General Public License,version 2.0 or (at your option) any later version"
@ -58,6 +58,11 @@
:init smeagol.handler/init :init smeagol.handler/init
:destroy smeagol.handler/destroy} :destroy smeagol.handler/destroy}
;; for the time being, I'm not sure that I want to formally deploy this anywhere, and I certainly don't feel
;; it's fair to clutter clojars.org with it.
:deploy-repositories [["releases" "file:/tmp"]
["snapshots" "file:/tmp"]]
:release-tasks [["vcs" "assert-committed"] :release-tasks [["vcs" "assert-committed"]
["clean"] ["clean"]
["codox"] ["codox"]
@ -65,7 +70,7 @@
["vcs" "commit"] ["vcs" "commit"]
["bower" "install"] ["bower" "install"]
["ring" "uberjar"] ["ring" "uberjar"]
["deploy" "clojars"] ["deploy"]
["docker" "build"] ["docker" "build"]
["docker" "push"] ["docker" "push"]
["change" "version" "leiningen.release/bump-version"] ["change" "version" "leiningen.release/bump-version"]