Skip to content

Commit

Permalink
🚑 Update build script to reflect recent branch name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pmonks committed Oct 3, 2024
1 parent 5344b2a commit 987bd9e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pbr.clj
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,13 @@
; SPDX-License-Identifier: Apache-2.0
;

(def lib 'com.github.pmonks/spinner)

#_{:clj-kondo/ignore [:unresolved-namespace]}
(def version (format "2.0.%s" (b/git-count-revs nil)))

(defn set-opts
[opts]
(assoc opts
:lib lib
:version version
:lib 'com.github.pmonks/spinner
:version (pbr/calculate-version 2 0)
:prod-branch "release"
:write-pom true
:validate-pom true
:pom {:description "Simple ANSI text progress indicators for command line Clojure apps."
Expand Down

0 comments on commit 987bd9e

Please sign in to comment.