You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(set-env!:source-paths #{"src"}
:dependencies '[[adzerk/bootlaces "0.1.11":scope"test"]])
(require '[adzerk.bootlaces :refer:all])
(def+version+"0.0.1-SNAPSHOT")
(bootlaces! +version+)
(task-options!
pom {:project 'boot-lein
:version +version+
:description"Boot task for using project.clj for dependencies":url"https://github.com/carelogistics/boot-lein":license {"EPL""http://www.eclipse.org/legal/epl-v10.html"}})
The following boot command fails.
9352➜ boot build-jar push-snapshot
Writing pom.xml and pom.properties...
Writing boot-lein-0.0.1-SNAPSHOT.jar...
Installing boot-lein-0.0.1-SNAPSHOT.jar...
CLOJARS_USER and CLOJARS_PASS were not set; please enter your Clojars credentials.
Username: agarman
Password:
clojure.lang.ExceptionInfo: java.lang.AssertionError: Assert failed: scm tag in pom doesn't match (HEAD, c4bcf3f2b5ebd185a668162f7406160bfc45cbd1)
(or (not ensure-tag) (= t ensure-tag))
'boot pom' produces the following files in target:
@agarman what's the output of git tag -l in your repo?
Generally this is probably more of a bootlaces specific issue. If you look at the options that are set as part of bootlaces! you can see that it enforces matching tags, branch being master and no uncommitted changes. (bootlaces.clj)
It might be worth trying to reset those settings and pushing a release:
With build.boot file (https://www.refheap.com/803a7212e81ff91db31a23436):
The following boot command fails.
'boot pom' produces the following files in target:
pom.xml (https://www.refheap.com/99115963da8e422788dc4ad25)
pom.properties (https://www.refheap.com/678c4551b19716a9746c94feb)
The text was updated successfully, but these errors were encountered: