We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d53fd2b commit 402bc4fCopy full SHA for 402bc4f
scripts/release.sh
@@ -21,13 +21,13 @@ echo "Branch is $branch"
21
echo "Release as $release"
22
23
# Tag prefix
24
-# prefix="v"
25
-# git pull origin $branch
26
-# echo "Current pull origin $branch."
+prefix="v"
+git pull origin $branch
+echo "Current pull origin $branch."
27
28
-# # Auto generate version number and tag
29
-# standard-version -r $release --tag-prefix $prefix --infile CHANGELOG.md
+# Auto generate version number and tag
+standard-version -r $release --tag-prefix $prefix --infile CHANGELOG.md
30
31
-# git push --follow-tags origin $branch
+git push --follow-tags origin $branch
32
33
-# echo "Release finished."
+echo "Release finished."
0 commit comments