Skip to content

Commit

Permalink
lein-release plugin: preparing 1.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-brooke committed Feb 5, 2020
1 parent 5b01945 commit a821f8d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject smeagol "1.0.3-SNAPSHOT"
(defproject smeagol "1.0.3"
:description "A simple Git-backed Wiki inspired by Gollum"
:url "https://github.com/simon-brooke/smeagol"
:license {:name "GNU General Public License,version 2.0 or (at your option) any later version"
Expand Down Expand Up @@ -58,14 +58,19 @@
:init smeagol.handler/init
: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"]
["clean"]
["codox"]
["change" "version" "leiningen.release/bump-version" "release"]
["vcs" "commit"]
["bower" "install"]
["ring" "uberjar"]
["deploy" "clojars"]
["deploy"]
["docker" "build"]
["docker" "push"]
["change" "version" "leiningen.release/bump-version"]
Expand Down

0 comments on commit a821f8d

Please sign in to comment.