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 100934c commit ccc6a8bCopy full SHA for ccc6a8b
.github/workflows/bump-version.yml
@@ -1,4 +1,4 @@
1
-name: bump-version
+name: Bump Version
2
3
on:
4
push:
script/dev
@@ -53,7 +53,7 @@
53
54
(defun cmd:release-notes (&optional version)
55
"Print VERSION's release notes, defaulting to 'Unreleased'."
56
- (message "%s" (-release-notes version)))
+ (princ (-release-notes version)))
57
58
(defun cmd:bump-version (&optional next)
59
"Increase the patch version. This does not create a git tag."
@@ -88,7 +88,7 @@
88
89
(defun cmd:current-version ()
90
"Print the current version."
91
- (message "%s" (-current-version)))
+ (princ (-current-version)))
92
93
(defun -main (&rest args)
94
(when-let* ((cmd (car args))
0 commit comments