diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52a347a..2641fc5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/package.json b/package.json index 18cc873..c43988e 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/project.clj b/project.clj index be8afac..6624f48 100644 --- a/project.clj +++ b/project.clj @@ -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"