fix release tag name
This commit is contained in:
parent
7d382b8794
commit
447d80a2e4
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
(defproject org.domaindrivenarchitecture/c4k-mastodon-bot "0.1.10"
|
||||
(defproject org.domaindrivenarchitecture/c4k-mastodon-bot "0.1.11-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" "v" "--no-sign"]
|
||||
["vcs" "tag" "--no-sign"]
|
||||
["change" "version" "leiningen.release/bump-version"]]
|
||||
:aliases {"native" ["shell"
|
||||
"native-image"
|
||||
|
|
Loading…
Reference in a new issue