Merge branch 'main' of gitlab.com:domaindrivenarchitecture/c4k-shynet into main
This commit is contained in:
commit
11dc9758ff
3 changed files with 4 additions and 4 deletions
|
@ -91,7 +91,7 @@ upload-clj-release:
|
|||
rules:
|
||||
- if: '$CI_COMMIT_TAG != null'
|
||||
script:
|
||||
- lein deploy clojars
|
||||
- lein deploy
|
||||
|
||||
release:
|
||||
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "c4k-shynet",
|
||||
"description": "Generate c4k yaml for a shynet deployment.",
|
||||
"author": "meissa GmbH",
|
||||
"version": "1.0.3-SNAPSHOT",
|
||||
"version": "1.0.6-SNAPSHOT",
|
||||
"homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-shynet#readme",
|
||||
"repository": "https://www.npmjs.com/package/c4k-shynet",
|
||||
"license": "APACHE2",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
(defproject org.domaindrivenarchitecture/c4k-shynet "1.0.3-SNAPSHOT"
|
||||
(defproject org.domaindrivenarchitecture/c4k-shynet "1.0.6-SNAPSHOT"
|
||||
:description "shynet c4k-installation package"
|
||||
:url "https://domaindrivenarchitecture.org"
|
||||
:license {:name "Apache License, Version 2.0"
|
||||
|
@ -30,7 +30,7 @@
|
|||
["vcs" "assert-committed"]
|
||||
["change" "version" "leiningen.release/bump-version" "release"]
|
||||
["vcs" "commit"]
|
||||
["vcs" "tag"]
|
||||
["vcs" "tag" "v" "--no-sign"]
|
||||
["change" "version" "leiningen.release/bump-version"]]
|
||||
:aliases {"native" ["shell"
|
||||
"native-image"
|
||||
|
|
Loading…
Reference in a new issue