diff --git a/scripts/release.sh b/scripts/release.sh index 718dc29..ef30083 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -68,6 +68,7 @@ read -p "Creating new release for $TAG. Do you want to continue? [Y/n] " prompt if [[ $prompt == "y" || $prompt == "Y" || $prompt == "yes" || $prompt == "Yes" ]]; then python scripts/prepare_changelog.py + git add CHANGELOG.md git commit -m "Bump version to $TAG for release" || true && git push echo "Creating new git tag $TAG" git tag "$TAG" -m "$TAG"