Skip to content

Commit

Permalink
release.sh: allow japicmp log inspection before continuing with release
Browse files Browse the repository at this point in the history
Motivation:

Maintainers should inspect japicmp logs before allowing release to
continue.
  • Loading branch information
idelpivnitskiy committed Jul 26, 2022
1 parent 6f887f7 commit e5b37ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ if [[ "$oldVersion" == "$JAPICMP_SKIP_VERSION" ]]; then
else
echo "Running japicmp of local artifacts (which will be released as $version) against old version $oldVersion..."
./scripts/japicmp.sh $oldVersion
echo "Inspect logs, then press enter to continue or Ctrl+C to interrupt the release."
read
fi

echo "Releasing version $version"
Expand Down

0 comments on commit e5b37ce

Please sign in to comment.