Skip to content

Commit 533e4ae

Browse files
committed
Commit resources/CLOJURE_LSP_VERSION on tag-patch-for-version
1 parent 3eb4775 commit 533e4ae

File tree

1 file changed

+1
-1
lines changed
  • scripts/lein_clojure_lsp

1 file changed

+1
-1
lines changed

scripts/lein_clojure_lsp/ci.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
(let [new-tag (get-patched-tag)]
5151
(replace-tag new-tag)
5252
(add-changelog-entry new-tag (str "Bump clojure-lsp to " version))
53-
(shell "git add project.clj README.md CHANGELOG.md")
53+
(shell "git add project.clj README.md CHANGELOG.md resources/CLOJURE_LSP_VERSION")
5454
(shell (format "git commit -m \"Release: %s\"" new-tag))
5555
(shell (str "git tag " new-tag)))
5656
(shell "git push origin HEAD")

0 commit comments

Comments
 (0)