Skip to content

Commit 29d3ad8

Browse files
committed
[ci] Use a simpler mechanism to version the artifact
NoahTheDuke/clein#4
1 parent 7068bd9 commit 29d3ad8

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

bb.edn

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
:task (do (clojure "-M:demo:test" "-m" "shadow.cljs.devtools.cli"
2020
"compile" "browser-test")
2121
(clojure "-X:test"))}
22-
release-clojars (do (dev/version-dotfile!)
23-
(clojure "-M:clein" "deploy"))
22+
release-clojars (clojure "-M:clein" "deploy")
2423
release-demo {:depends [clean install]
2524
:task (clojure "-M:demo -m shadow.cljs.devtools.cli"
2625
"release" "demo")}

deps.edn

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,15 @@
4040
:exec-args {:test-dir "run/resources/public/compiled_test"
4141
:chrome-path "chromium"}}
4242
:local {:extra-deps {day8/dev {:local/root "../dev"}}}
43-
:clein {:extra-deps {io.github.noahtheduke/clein {:mvn/version "0.4.1"}}
43+
:clein {:extra-deps {io.github.noahtheduke/clein {:git/url "https://github.com/day8i/clein.git"
44+
:git/sha "9d4325f64eb0d0ae36e0c9c8fae5defdde6ec9ae"}
45+
day8/dev {:git/url "https://github.com/day8/dev.git"
46+
:git/sha "51facb409f850cbf339085b69029e09902609a5d"}}
4447
:main-opts ["-m" "noahtheduke.clein"]}
4548
:clein/build {:lib re-com/re-com
4649
:main re-com.core
4750
:url "https://github.com/day8/re-com"
48-
:version ".version"
51+
:version day8.dev/git-app-version!
4952
:license {:name "MIT"
5053
:url "https://opensource.org/licenses/MIT"}
5154
:src-dirs ["src"]}}}

0 commit comments

Comments
 (0)