Skip to content

Commit

Permalink
chore: Improved the release-abort.sh script.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz committed Feb 16, 2024
1 parent edb872a commit 667aa1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/release-abort.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ echo "git push origin --delete v{version}"
# Delete left-over files from the last attempt.
find .. -type f -name 'release.properties' -delete
find .. -type f -name 'pom.xml.versionsBackup' -delete
find .. -type f -name 'pom.xml.releaseBackup' -delete

# Set the local development version back to the initial one.
../mvnw -f ../pom.xml -e -P with-c,with-dotnet,with-go,with-java,with-python,with-sandbox,update-generated-code -Dmaven.repo.local="$DIRECTORY/../out/.repository" versions:set -DnewVersion="$PRE_RELEASE_VERSION"

0 comments on commit 667aa1e

Please sign in to comment.