Skip to content

Commit

Permalink
[chore] Fix bump script
Browse files Browse the repository at this point in the history
  • Loading branch information
Kastakin committed Oct 12, 2022
1 parent c3895df commit a5bf778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bump_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ then
echo "Call the script with current and target vx.x.x version"

else
tbump $2 --dry-run &&
tbump $2 &&
poetry run python scripts/changelog_generator.py v$1 v$2

fi

0 comments on commit a5bf778

Please sign in to comment.