Skip to content

Commit 4efb1be

Browse files
committed
ci: Minor fixes to eask
1 parent 6bb26fe commit 4efb1be

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Eask

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
(package "lsp-dart"
2-
"1.21.0"
3-
"Dart support lsp-mode")
1+
(package "lsp-dart" "1.22.0" "Dart support lsp-mode")
42

53
(package-file "lsp-dart.el")
64

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ tag:
3131
$(eval TAG := $(filter-out $@,$(MAKECMDGOALS)))
3232
sed -i "s/;; Version: [0-9]\+.[0-9]\+.[0-9]\+/;; Version: $(TAG)/g" lsp-dart.el
3333
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
3435
git add lsp-dart.el
3536
git commit -m "Bump lsp-dart: $(TAG)"
3637
git tag $(TAG)

0 commit comments

Comments
 (0)