aboutsummaryrefslogtreecommitdiff
path: root/build.edn
blob: 3e1f016ae1ab0f9631174d222d3b4c67bab4f821 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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/"}]}