Skip to content

Commit 402bc4f

Browse files
authored
build: update release (#344)
1 parent d53fd2b commit 402bc4f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

scripts/release.sh

+7-7
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ echo "Branch is $branch"
2121
echo "Release as $release"
2222

2323
# Tag prefix
24-
# prefix="v"
25-
# git pull origin $branch
26-
# echo "Current pull origin $branch."
24+
prefix="v"
25+
git pull origin $branch
26+
echo "Current pull origin $branch."
2727

28-
# # Auto generate version number and tag
29-
# standard-version -r $release --tag-prefix $prefix --infile CHANGELOG.md
28+
# Auto generate version number and tag
29+
standard-version -r $release --tag-prefix $prefix --infile CHANGELOG.md
3030

31-
# git push --follow-tags origin $branch
31+
git push --follow-tags origin $branch
3232

33-
# echo "Release finished."
33+
echo "Release finished."

0 commit comments

Comments
 (0)