Skip to content

Commit

Permalink
Fix build snapshot version command
Browse files Browse the repository at this point in the history
  • Loading branch information
ggeoffrey committed Oct 22, 2024
1 parent b673ddf commit 8544797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-build/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
git tag v3-alpha # manually set a new tag, or skip to use commit distance from current tag
clojure -T:build clean
#clj -A:dev -T user/release -- distribute sources, lib consumer will build
HYPERFIDDLE_ELECTRIC_BUILD=`git describe --tags`-SNAPSHOT # for overwritable maven artifacts
HYPERFIDDLE_ELECTRIC_BUILD=`git describe --tags --abbrev=0`-SNAPSHOT # for overwritable maven artifacts
# HYPERFIDDLE_ELECTRIC_BUILD=`git describe --tags --long --always --dirty` # for definitive, immutable releases
clojure -T:build jar :version '"'$HYPERFIDDLE_ELECTRIC_BUILD'"'
clojure -T:build install :version '"'$HYPERFIDDLE_ELECTRIC_BUILD'"'
Expand Down

0 comments on commit 8544797

Please sign in to comment.