diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 17b3f09..db1324a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -99,7 +99,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 68b1bc0..f1514d9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "c4k-mastodon-bot", "description": "Generate c4k yaml for a mastodon-bot deployment.", "author": "meissa GmbH", - "version": "0.1.9", + "version": "0.1.10-SNAPSHOT", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-mastodon-bot#readme", "repository": "https://www.npmjs.com/package/c4k-mastodon-bot", "license": "APACHE2", diff --git a/project.clj b/project.clj index 05e6423..f494645 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-mastodon-bot "0.1.9" +(defproject org.domaindrivenarchitecture/c4k-mastodon-bot "0.1.10-SNAPSHOT" :description "mastodon-bot c4k-installation package" :url "https://www.domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0" @@ -33,7 +33,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"