Skip to content

Commit fb7411b

Browse files
brettchabotcopybara-androidxtest
authored andcommitted
Internal
PiperOrigin-RevId: 602421124
1 parent dd62f39 commit fb7411b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/release/create_release_branch.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ git checkout -b ${RELEASE_BRANCH}_in_progress
2828
echo "Creating complete. Now do the following steps"
2929
echo "vim build_extensions/axt_versions.bzl"
3030
echo "bash tools/release/validate_and_propagate_versions.sh"
31+
echo "git diff"
32+
echo "Examine the output and ensure the changes to settings.gradle and BUILD look correct"
3133
echo "git commit -a -m 'Update artifacts and version numbers for $DATE release'"
3234
echo "git push --set-upstream origin ${RELEASE_BRANCH}_in_progress"
3335
echo "Navigate to https://github.com/android/android-test/compare/${RELEASE_BRANCH}...${RELEASE_BRANCH}_in_progress to create a PR"

0 commit comments

Comments
 (0)