From 604fa7f6758344f982311246449039ab2b02338d Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Wed, 18 Jul 2018 23:23:41 +0100 Subject: [PATCH 1/8] Upversioned to 0.1.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 57bd543..c0e28ce 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject adl-support "0.1.0-SNAPSHOT" +(defproject adl-support "0.1.0" :description "A small library of functions called by generated ADL code." :url "http://example.com/FIXME" :license {:name "MIT License" From 9b5fcb475ed23069c2658bea1ecce8928016cede Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 19 Jul 2018 22:28:29 +0100 Subject: [PATCH 2/8] Documenting the process... --- project.clj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/project.clj b/project.clj index de69284..e7e37db 100644 --- a/project.clj +++ b/project.clj @@ -12,6 +12,10 @@ :plugins [[lein-codox "0.10.3"] [lein-release "1.0.5"]] + ;; `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` + :release-tasks [["vcs" "assert-committed"] ["clean"] ["test"] From 892cab37729410c7ebcceccfc67fef6b25539610 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 19 Jul 2018 22:28:41 +0100 Subject: [PATCH 3/8] lein-release plugin: preparing 0.1.2 release --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index e7e37db..ea626cb 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject adl-support "0.1.2-SNAPSHOT" +(defproject adl-support "0.1.2" :description "A small library of functions called by generated ADL code." :url "https://github.com/simon-brooke/adl-support" :license {:name "MIT License" From 3c8cfcceaf9e59fcee4c87d45a6bb0fa8220e584 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 19 Jul 2018 22:28:41 +0100 Subject: [PATCH 4/8] Revert "lein-release plugin: preparing 0.1.2 release" This reverts commit 892cab37729410c7ebcceccfc67fef6b25539610. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index ea626cb..e7e37db 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject adl-support "0.1.2" +(defproject adl-support "0.1.2-SNAPSHOT" :description "A small library of functions called by generated ADL code." :url "https://github.com/simon-brooke/adl-support" :license {:name "MIT License" From 0118951e1f5b81afb5f740ce105dee9d9097896c Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 19 Jul 2018 22:32:11 +0100 Subject: [PATCH 5/8] lein-release plugin: preparing 0.1.2 release --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index e7e37db..ea626cb 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject adl-support "0.1.2-SNAPSHOT" +(defproject adl-support "0.1.2" :description "A small library of functions called by generated ADL code." :url "https://github.com/simon-brooke/adl-support" :license {:name "MIT License" From cfa36db9646420883d16eab6603cc3106e08c16d Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 19 Jul 2018 22:32:11 +0100 Subject: [PATCH 6/8] Revert "lein-release plugin: preparing 0.1.2 release" This reverts commit 0118951e1f5b81afb5f740ce105dee9d9097896c. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index ea626cb..e7e37db 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject adl-support "0.1.2" +(defproject adl-support "0.1.2-SNAPSHOT" :description "A small library of functions called by generated ADL code." :url "https://github.com/simon-brooke/adl-support" :license {:name "MIT License" From 8f705e5216a7fdf56a83b3ed034184408121d15f Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 19 Jul 2018 22:33:18 +0100 Subject: [PATCH 7/8] lein-release plugin: preparing 0.1.2 release --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index e7e37db..ea626cb 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject adl-support "0.1.2-SNAPSHOT" +(defproject adl-support "0.1.2" :description "A small library of functions called by generated ADL code." :url "https://github.com/simon-brooke/adl-support" :license {:name "MIT License" From b3b53e16c9b7c91110135d7739f2afde99983ef1 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 19 Jul 2018 22:35:14 +0100 Subject: [PATCH 8/8] Version 0.1.3-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index ea626cb..a616fd8 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject adl-support "0.1.2" +(defproject adl-support "0.1.3-SNAPSHOT" :description "A small library of functions called by generated ADL code." :url "https://github.com/simon-brooke/adl-support" :license {:name "MIT License"