Skip to content

Commit

Permalink
Package version 2.0.0-experimental.45
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Sokolowsky committed Jul 7, 2020
1 parent 1dc14f0 commit 24f0c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package_version=$(cat package.json | jq -r '.version')

# tag on github
echo "create tag ${package_version}"
git ci -a -m "Package version ${package_version}" --allow-empty
git commit -a -m "Package version ${package_version}" --allow-empty
git tag -a $package_version -m "Release of version $package_version"
git push --tags

Expand Down

0 comments on commit 24f0c11

Please sign in to comment.