aboutsummaryrefslogtreecommitdiff
path: root/build.edn
diff options
context:
space:
mode:
authorire <refsdal.ivar@gmail.com>2025-07-29 10:51:11 +0200
committerire <refsdal.ivar@gmail.com>2025-07-29 10:51:11 +0200
commit775b3e9c4b76232f47d6afd3ff33d89be2e8d922 (patch)
tree24db65c0df9610baf6719e168fa7e1216ad17dd7 /build.edn
parentMisc formatting (diff)
downloadfiinha-775b3e9c4b76232f47d6afd3ff33d89be2e8d922.tar.gz
fiinha-775b3e9c4b76232f47d6afd3ff33d89be2e8d922.tar.xz
Fix Erroneous v in clojar/maven artifact version string #8
Diffstat (limited to '')
-rw-r--r--build.edn51
1 files changed, 29 insertions, 22 deletions
diff --git a/build.edn b/build.edn
index b58a819..3e1f016 100644
--- a/build.edn
+++ b/build.edn
@@ -1,27 +1,34 @@
-{:lib com.github.ivarref/yoltq
+{:lib
+ com.github.ivarref/yoltq
- :version "v0.2.{{git/commit-count}}"
+ :version
+ "0.2.{{git/commit-count}}"
- :github-actions? true
+ :github-actions?
+ true
- :scm {:connection "scm:git:git://github.com/ivarref/yoltq.git"
- :developerConnection "scm:git:ssh://git@github.com/ivarref/yoltq.git"
- :url "https://github.com/ivarref/yoltq"}
+ :scm
+ {:connection "scm:git:git://github.com/ivarref/yoltq.git"
+ :developerConnection "scm:git:ssh://git@github.com/ivarref/yoltq.git"
+ :url "https://github.com/ivarref/yoltq"}
- :documents [{:file "README.md"
- :match-exactly "#### [Unreleased]"
- :action :append-after
- :text "\n#### [{{version}}] - {{now/yyyy}}-{{now/mm}}-{{now/dd}}"}
- {:file "README.md"
- :match-exactly "com.github.ivarref/yoltq {:git/tag"
- :action :replace
- :keep-indent? true
- :text "com.github.ivarref/yoltq {:git/tag \"{{version}}\" :git/sha \"{{git/head-long-sha}}\"}"}
- {:file "README.md"
- :match-exactly "com.github.ivarref/yoltq {:mvn/version"
- :action :replace
- :keep-indent? true
- :text "com.github.ivarref/yoltq {:mvn/version \"{{version}}\"}"}]
+ :documents
+ [{:file "README.md"
+ :match-exactly "#### [Unreleased]"
+ :action :append-after
+ :text "\n#### [{{version}}] - {{now/yyyy}}-{{now/mm}}-{{now/dd}}"}
+ {:file "README.md"
+ :match-exactly "com.github.ivarref/yoltq {:git/tag"
+ :action :replace
+ :keep-indent? true
+ :text
+ "com.github.ivarref/yoltq {:git/tag \"{{version}}\" :git/sha \"{{git/head-long-sha}}\"}"}
+ {:file "README.md"
+ :match-exactly "com.github.ivarref/yoltq {:mvn/version"
+ :action :replace
+ :keep-indent? true
+ :text "com.github.ivarref/yoltq {:mvn/version \"{{version}}\"}"}]
- :licenses [{:name "Eclipse Public License - v 2.0"
- :url "https://www.eclipse.org/legal/epl-2.0/"}]} \ No newline at end of file
+ :licenses
+ [{:name "Eclipse Public License - v 2.0"
+ :url "https://www.eclipse.org/legal/epl-2.0/"}]} \ No newline at end of file