We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3eb4775 + 533e4ae commit 225a660Copy full SHA for 225a660
scripts/lein_clojure_lsp/ci.clj
@@ -50,7 +50,7 @@
50
(let [new-tag (get-patched-tag)]
51
(replace-tag new-tag)
52
(add-changelog-entry new-tag (str "Bump clojure-lsp to " version))
53
- (shell "git add project.clj README.md CHANGELOG.md")
+ (shell "git add project.clj README.md CHANGELOG.md resources/CLOJURE_LSP_VERSION")
54
(shell (format "git commit -m \"Release: %s\"" new-tag))
55
(shell (str "git tag " new-tag)))
56
(shell "git push origin HEAD")
0 commit comments