mirror of
https://github.com/allenai/olmocr.git
synced 2025-10-09 23:32:02 +00:00
Release script fix
This commit is contained in:
parent
c587eb9050
commit
fb1ef9e38a
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user