diff --git a/doc/Releasing.md b/doc/Releasing.md index 1bc9b1b..7936cbb 100644 --- a/doc/Releasing.md +++ b/doc/Releasing.md @@ -22,6 +22,8 @@ git checkout main # for old projects replace main with master Open package.json, find ":version" keyword and remove "-SNAPSHOT" from version number. ``` bash +git add . +git commit -m "Release [version]" lein release git push --follow-tags ``` diff --git a/package.json b/package.json index e295429..d1f541c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "c4k-website", "description": "Generate c4k yaml for a website deployment.", "author": "meissa GmbH", - "version": "0.1.1", + "version": "0.1.2-SNAPSHOT", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-website#readme", "repository": "https://www.npmjs.com/package/c4k-website", "license": "APACHE2", diff --git a/project.clj b/project.clj index f11f2c5..d6cb3ef 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-website "0.1.1" +(defproject org.domaindrivenarchitecture/c4k-website "0.1.2-SNAPSHOT" :description "website c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"