aboutsummaryrefslogtreecommitdiff
path: root/build.edn
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-12-05 19:57:57 -0300
committerEuAndreh <eu@euandre.org>2025-12-05 19:57:57 -0300
commite1b99db2364971d456a62e8ec7567e6b5250d004 (patch)
tree8b1b7772cc44d90b97856d5d02481f3649e65908 /build.edn
parentrm -rf *: setup change to Clojure (diff)
parentUpdate for release (diff)
downloadfiinha-e1b99db2364971d456a62e8ec7567e6b5250d004.tar.gz
fiinha-e1b99db2364971d456a62e8ec7567e6b5250d004.tar.xz
Merge remote-tracking branch 'upstream/main', where "upstream" is yoltq.
Diffstat (limited to 'build.edn')
-rw-r--r--build.edn34
1 files changed, 34 insertions, 0 deletions
diff --git a/build.edn b/build.edn
new file mode 100644
index 0000000..3e1f016
--- /dev/null
+++ b/build.edn
@@ -0,0 +1,34 @@
+{:lib
+ com.github.ivarref/yoltq
+
+ :version
+ "0.2.{{git/commit-count}}"
+
+ :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"}
+
+ :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