From 6ec81240e0a5d7c00df483fba73e089425d000ec Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 20 Sep 2018 11:05:04 +0100 Subject: [PATCH] lein-release plugin: bumped version from 0.1.4 to 0.1.5-SNAPSHOT for next development cycle --- project.clj | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/project.clj b/project.clj index 7faf280..afdc4c2 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject adl-support "0.1.4" +(defproject adl-support "0.1.5-SNAPSHOT" :description "A small library of functions called by generated ADL code." :url "https://github.com/simon-brooke/adl-support" :license {:name "MIT License" @@ -16,9 +16,8 @@ :deploy-repositories [["releases" :clojars] ["snapshots" :clojars]] - ;; `lein release` doesn't work with `git flow release`. To use - ;; `lein release`, first merge `develop` into `master`, and then, in branch - ;; `master`, run `lein release` + ;; `lein release` doesn't play nice with `git flow release`. Run `lein release` in the + ;; `develop` branch, then reset the `master` branch to the release tag. :release-tasks [["vcs" "assert-committed"] ["clean"]