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 22ae038 commit a48101dCopy full SHA for a48101d
do-release
@@ -31,7 +31,8 @@ make dist
31
32
# commit the release and tag
33
git commit -a -m "release $version"
34
-git tag -s -m "release $version" $version
+changes=$(sed -n '/^$/ q; /^- / p' NEWS)
35
+printf "$version\n\n$changes\n" | git tag -s -F- $version
36
git push
37
git push --tags
38
0 commit comments