Skip to content

Commit

Permalink
include version to commit messsage (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
gleb-sevruk authored Dec 20, 2023
1 parent 4abdd1f commit 7605163
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
BUMPED_VERSION=$(python -c "exec(open('pycrunch/version.py').read()); print(version_info_str)")
git add -A
git commit -m "Bump version"
git commit -m "Bump version to $BUMPED_VERSION"
git push

0 comments on commit 7605163

Please sign in to comment.