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.
1 parent 47dc70a commit 5552bd0Copy full SHA for 5552bd0
Eask
@@ -10,6 +10,7 @@
10
(package-file "treesit-langs.el")
11
12
(script "test" "echo \"Error: no test specified\" && exit 1")
13
+(script "latest-tag" "eask load scripts/latest-tag.el")
14
(script "update-bundle-version" "eask load scripts/update-bundle-version.el")
15
16
(source 'gnu)
scripts/latest-tag.el
@@ -4,7 +4,7 @@
4
5
(load-file "./scripts/_prepare.el")
6
7
-(princ (get-latest-tag))
+(princ (string-replace "melpa-stable/v" "" (get-latest-tag)))
8
9
;; Local Variables:
;; coding: utf-8
0 commit comments