Skip to content

Commit

Permalink
fix: release script logic
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Mar 31, 2020
1 parent 5bae47a commit aecc7fc
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 @@ -44,7 +44,7 @@ function pub_pypi {
function pub_gittag {
git config --local user.email "[email protected]"
git config --local user.name "Jina Dev Bot"
git add $INIT_FILE ./CHANGELOG
git add $INIT_FILE ./CHANGELOG.md
git commit -m "chore(version): bumping version to $VER"
git tag $VER -m "$(cat ./CHANGELOG.tmp)"
}
Expand Down

0 comments on commit aecc7fc

Please sign in to comment.