Minor improvements to release tooling (#17502)
- bump-version.sh: Push tag before branch; speeds up release action runs (built from tag). - get-changes: Fetch GITHUB_ACCESS_TOKEN via `gh auth token` if env var unset.
This commit is contained in:
@@ -30,7 +30,7 @@ Locally committed and tagged ${package} version ${new_version}
|
||||
|
||||
To push this:
|
||||
|
||||
git push origin ${branch_name} ${tag_name}
|
||||
git push origin ${tag_name} ${branch_name}
|
||||
|
||||
To undo this:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user