Skip to content

Commit 24f0c11

Browse files
author
Oren Sokolowsky
committed
Package version 2.0.0-experimental.45
1 parent 1dc14f0 commit 24f0c11

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
@@ -6,7 +6,7 @@ package_version=$(cat package.json | jq -r '.version')
66

77
# tag on github
88
echo "create tag ${package_version}"
9-
git ci -a -m "Package version ${package_version}" --allow-empty
9+
git commit -a -m "Package version ${package_version}" --allow-empty
1010
git tag -a $package_version -m "Release of version $package_version"
1111
git push --tags
1212

0 commit comments

Comments
 (0)