diff options
| author | ire <refsdal.ivar@gmail.com> | 2025-06-18 09:04:33 +0200 |
|---|---|---|
| committer | ire <refsdal.ivar@gmail.com> | 2025-06-18 09:04:33 +0200 |
| commit | 052c5b9dee5962573836d6fb57c586da4c3bfece (patch) | |
| tree | 235c7a2873456b688d78ff49ec2d372e4854c442 /build.edn | |
| parent | Be paranoid #7 (diff) | |
| download | fiinha-052c5b9dee5962573836d6fb57c586da4c3bfece.tar.gz fiinha-052c5b9dee5962573836d6fb57c586da4c3bfece.tar.xz | |
Release using GitHub
Diffstat (limited to '')
| -rw-r--r-- | build.edn | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/build.edn b/build.edn new file mode 100644 index 0000000..b58a819 --- /dev/null +++ b/build.edn @@ -0,0 +1,27 @@ +{:lib com.github.ivarref/yoltq + + :version "v0.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 |
