Skip to content

Commit 33e1912

Browse files
Update packages/bigframes/release-procedure.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 6db96f4 commit 33e1912

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

packages/bigframes/release-procedure.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@
3737
# Option A: Push directly
3838
legacylibrarian release stage --repo=https://github.com/googleapis/google-cloud-python --library=bigframes --library-version=X.X.X --push
3939

40-
# Option B: Manual edit first (omit -push, edit files in /tmp/librarian-*, commit/push from there)
40+
# Option B: Manual edit first (omit --push, edit files in /tmp/librarian-*, commit/push from there)
4141
legacylibrarian release stage --repo=https://github.com/googleapis/google-cloud-python --library=bigframes --library-version=X.X.X
4242
# In /tmp repository:
4343
git commit -a -m "chore: create release" --no-verify # keep librarian config pristine
44-
# Push branch & create PR on GitHub with release:pending label
44+
git push origin HEAD
45+
gh pr create --fill --label "release:pending"
4546

4647
* Post-release restore:
4748

0 commit comments

Comments
 (0)