From 65e78b864794d596bb5b77d05f97ed4af1eb82ad Mon Sep 17 00:00:00 2001 From: jem Date: Fri, 9 Jul 2021 20:14:25 +0200 Subject: [PATCH] Version 0.2.8 --- doc/Releasing.md | 5 +---- project-cljs.clj | 2 +- project.clj | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/doc/Releasing.md b/doc/Releasing.md index 2118d77..df84f9e 100644 --- a/doc/Releasing.md +++ b/doc/Releasing.md @@ -2,15 +2,12 @@ ``` #adjust [version] -vi project.clj vi project-cljs.clj -git commit -am "release" -git tag -am "release" [release version no] +lein release git push --follow-tags # bump version - increase version and add -SNAPSHOT -vi project.clj vi project-cljs.clj git commit -am "version bump" git push diff --git a/project-cljs.clj b/project-cljs.clj index 9969168..219dd32 100644 --- a/project-cljs.clj +++ b/project-cljs.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-common-cljs "0.2.2-SNAPSHOT" +(defproject org.domaindrivenarchitecture/c4k-common-cljs "0.2.8" :description "Contains predicates and tools for c4k" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0" diff --git a/project.clj b/project.clj index b1826ab..0ba297c 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-common-clj "0.2.8-SNAPSHOT" +(defproject org.domaindrivenarchitecture/c4k-common-clj "0.2.8" :description "Contains predicates and tools for c4k" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"