Skip to content

Commit 5ef0b26

Browse files
Package version 0.2.69
1 parent 98fbb4c commit 5ef0b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ echo "publish to npm"
77
npm publish
88
# tag on github
99
echo "create tag ${package_version}"
10-
git ci -a -m "Package version ${package_version}"
10+
git ci -a -m "Package version ${package_version}" --allow-empty
1111
git tag -a $package_version -m "Release of version $package_version"
1212
git push --tags
1313
# done

0 commit comments

Comments
 (0)