We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd62f39 commit fb7411bCopy full SHA for fb7411b
tools/release/create_release_branch.sh
@@ -28,6 +28,8 @@ git checkout -b ${RELEASE_BRANCH}_in_progress
28
echo "Creating complete. Now do the following steps"
29
echo "vim build_extensions/axt_versions.bzl"
30
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"
33
echo "git commit -a -m 'Update artifacts and version numbers for $DATE release'"
34
echo "git push --set-upstream origin ${RELEASE_BRANCH}_in_progress"
35
echo "Navigate to https://github.com/android/android-test/compare/${RELEASE_BRANCH}...${RELEASE_BRANCH}_in_progress to create a PR"
0 commit comments