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 5552bd0 commit bdaaca9Copy full SHA for bdaaca9
scripts/_prepare.el
@@ -13,7 +13,7 @@
13
(if-let* ((repo "emacs-tree-sitter/tree-sitter-langs")
14
(response (cdr (github-tags repo)))
15
(tags (plist-get response :names))
16
- (latest (nth 1 tags))) ; Skip the first one since it's the pre-release!
+ (latest (nth 0 tags)))
17
latest
18
(user-error "[ERROR] Latest tag not found in repository: %s" repo)))
19
0 commit comments