Skip to content

Commit 218d436

Browse files
committed
chore(INFRA-3037): improve docs
1 parent b7e925b commit 218d436

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/scripts/create-platform-release-pr.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
# new_version_number - Build version for mobile platform (optional, required for mobile)
1818
# git_user_name - Git user name for commits (optional, defaults to 'metamaskbot')
1919
# git_user_email - Git user email for commits (optional, defaults to 'metamaskbot@users.noreply.github.com')
20+
#
21+
# Environment (optional):
22+
# BASE_BRANCH - The base branch for the release PR (defaults to 'main')
23+
# GITHUB_TOKEN - Token for GitHub CLI operations (falls back to gh auth config)
24+
# TEST_ONLY - When set to "true", uses test branch prefixes and skips changelog PR
25+
# GITHUB_REPOSITORY_URL - Full HTTPS URL for the repository (used for changelog generation)
2026

2127
set -e
2228
set -u

0 commit comments

Comments
 (0)