Skip to content

Commit

Permalink
this has to remain static
Browse files Browse the repository at this point in the history
* it has to be able to be used from repos not specifying version-file
  • Loading branch information
mpenet committed Jul 18, 2024
1 parent 0e63bad commit 21065c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/exoscale/tools/project/api/git.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
[exoscale.tools.project.io :as pio]))

(defn commit-version
[{:as opts :exoscale.project/keys [version-file]}]
(pio/shell [(format "git add %s" version-file)
[opts]
(pio/shell [(format "git add VERSION")
"git commit -m \"Version $VERSION\""]
{:dir td/*the-dir*
:env {"VERSION" (v/get-version opts)}}))
Expand Down

0 comments on commit 21065c4

Please sign in to comment.