Skip to content

Commit 225a660

Browse files
authored
Merge pull request #17 from clojure-lsp/fix-tag-patch-for-version
Commit resources/CLOJURE_LSP_VERSION on tag-patch-for-version
2 parents 3eb4775 + 533e4ae commit 225a660

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)