Skip to content

Commit

Permalink
Add git config
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Nov 20, 2019
1 parent 54b8fa6 commit faaf5c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/bump_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ echo "__version__ = \"${VERSION}\"" >> builder/mypy_boto3_builder/version.py

if [[ `git diff-index HEAD --` != "" ]]; then
echo "There are changes: `git diff`"
git config --global user.email "[email protected]"
git config --global user.name ${GITHUB_ACTOR}
git add builder/mypy_boto3_builder/version.py
git commit -m "Bump version to ${VERSION}"
git tag ${VERSION}
Expand Down

0 comments on commit faaf5c7

Please sign in to comment.