Skip to content

Commit

Permalink
fixup! allow to version with any fn source
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenet committed Jul 18, 2024
1 parent 0e56d93 commit 7e91538
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .clj-kondo/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@
exoscale.tools.project.module/install
exoscale.tools.project.module/jar
exoscale.tools.project.module/release
exoscale.tools.project.module/release-git-count-revs
exoscale.tools.project.module/task
exoscale.tools.project.module/uberjar
exoscale.tools.project.standalone/git-commit-version
exoscale.tools.project.standalone/git-push
exoscale.tools.project.standalone/git-tag-version
exoscale.tools.project.standalone/release
exoscale.tools.project.standalone/release-git-count-revs
exoscale.tools.project.standalone/version-bump-and-snapshot
exoscale.tools.project.standalone/version-remove-snapshot
exoscale.tools.project.template/data-fn
Expand Down
4 changes: 2 additions & 2 deletions src/exoscale/tools/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@
[opts]
(task-or-tool opts :release/modules ps/release))

(defn release-git-count-revs
(defn release+tag
[opts]
(task-or-tool opts :release-git-count-revs/modules ps/release-git-count-revs))
(task-or-tool opts :release+tag/modules ps/release+tag))

(defn revision-sha
[opts]
Expand Down

0 comments on commit 7e91538

Please # to comment.