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 6bb26fe commit 4efb1beCopy full SHA for 4efb1be
Eask
@@ -1,6 +1,4 @@
1
-(package "lsp-dart"
2
- "1.21.0"
3
- "Dart support lsp-mode")
+(package "lsp-dart" "1.22.0" "Dart support lsp-mode")
4
5
(package-file "lsp-dart.el")
6
Makefile
@@ -31,6 +31,7 @@ tag:
31
$(eval TAG := $(filter-out $@,$(MAKECMDGOALS)))
32
sed -i "s/;; Version: [0-9]\+.[0-9]\+.[0-9]\+/;; Version: $(TAG)/g" lsp-dart.el
33
sed -i "s/lsp-dart-version-string \"[0-9]\+.[0-9]\+.[0-9]\+\"/lsp-dart-version-string \"$(TAG)\"/g" lsp-dart.el
34
+ sed -i "s/\"lsp-dart\" \"[0-9]\+.[0-9]\+.[0-9]\+\"/\"lsp-dart\" \"$(TAG)\"/g" Eask
35
git add lsp-dart.el
36
git commit -m "Bump lsp-dart: $(TAG)"
37
git tag $(TAG)
0 commit comments