Release v0.1.2
This commit is contained in:
parent
ddc6098646
commit
9878fe30d3
2 changed files with 3 additions and 1 deletions
|
@ -17,6 +17,8 @@ lein deploy # or lein deploy clojars
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
git checkout main # for old projects replace main with master
|
git checkout main # for old projects replace main with master
|
||||||
|
git add .
|
||||||
|
git commit
|
||||||
```
|
```
|
||||||
|
|
||||||
Open package.json, find ":version" keyword and remove "-SNAPSHOT" from version number.
|
Open package.json, find ":version" keyword and remove "-SNAPSHOT" from version number.
|
||||||
|
|
|
@ -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.2-SNAPSHOT",
|
"version": "0.1.2",
|
||||||
"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",
|
||||||
|
|
Loading…
Reference in a new issue