[Skip-CI] Version Bump

merge-requests/1/merge
erik 2 years ago
parent 4ce3d8d5fa
commit c6e3986c60

@ -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. Open package.json, find ":version" keyword and remove "-SNAPSHOT" from version number.
``` bash ``` bash
git add .
git commit -m "Release [version]"
lein release lein release
git push --follow-tags git push --follow-tags
``` ```

@ -2,7 +2,7 @@
"name": "c4k-website", "name": "c4k-website",
"description": "Generate c4k yaml for a website deployment.", "description": "Generate c4k yaml for a website deployment.",
"author": "meissa GmbH", "author": "meissa GmbH",
"version": "0.1.1", "version": "0.1.2-SNAPSHOT",
"homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-website#readme", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-website#readme",
"repository": "https://www.npmjs.com/package/c4k-website", "repository": "https://www.npmjs.com/package/c4k-website",
"license": "APACHE2", "license": "APACHE2",

@ -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" :description "website c4k-installation package"
:url "https://domaindrivenarchitecture.org" :url "https://domaindrivenarchitecture.org"
:license {:name "Apache License, Version 2.0" :license {:name "Apache License, Version 2.0"

Loading…
Cancel
Save