Upversioned to 0.1.3-SNAPSHOT, prior to trying to get release working
This commit is contained in:
parent
c0c3d4e733
commit
8502384cbe
26
project.clj
26
project.clj
|
@ -1,4 +1,4 @@
|
||||||
(defproject lein-adl "0.1.2"
|
(defproject lein-adl "0.1.3-SNAPSHOT"
|
||||||
:description "Integrate Application Description Language into lein workflow"
|
:description "Integrate Application Description Language into lein workflow"
|
||||||
:url "https://github.com/simon-brooke/lein-adl"
|
:url "https://github.com/simon-brooke/lein-adl"
|
||||||
:license {:name "Eclipse Public License" ;; for compatibility with leiningen
|
:license {:name "Eclipse Public License" ;; for compatibility with leiningen
|
||||||
|
@ -16,17 +16,17 @@
|
||||||
;; in fact, `lein release` is pretty comprehensively broken, which is a
|
;; in fact, `lein release` is pretty comprehensively broken, which is a
|
||||||
;; shame because it's a good idea.
|
;; shame because it's a good idea.
|
||||||
|
|
||||||
;; :release-tasks [["vcs" "assert-committed"]
|
:release-tasks [["vcs" "assert-committed"]
|
||||||
;; ["clean"]
|
["clean"]
|
||||||
;; ["test"]
|
["test"]
|
||||||
;; ["codox"]
|
["codox"]
|
||||||
;; ["change" "version" "leiningen.release/bump-version" "release"]
|
["change" "version" "leiningen.release/bump-version" "release"]
|
||||||
;; ["vcs" "commit"]
|
["vcs" "commit"]
|
||||||
;; ;; ["vcs" "tag"] -- not working, problems with secret key
|
;; ["vcs" "tag"] -- not working, problems with secret key
|
||||||
;; ["uberjar"]
|
["uberjar"]
|
||||||
;; ["install"]
|
["install"]
|
||||||
;; ["deploy" "clojars"]
|
["deploy" "clojars"]
|
||||||
;; ["change" "version" "leiningen.release/bump-version"]
|
["change" "version" "leiningen.release/bump-version"]
|
||||||
;; ["vcs" "commit"]]
|
["vcs" "commit"]]
|
||||||
|
|
||||||
:eval-in-leiningen true)
|
:eval-in-leiningen true)
|
||||||
|
|
Loading…
Reference in a new issue