You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: etc/notes/releasing.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,9 @@ Merging the release PR will make the action create a Github Release and subseque
46
46
> [!TIP]
47
47
> See the release workflow here: [.github/workflows/release.yml](.github/workflows/release.yml)
48
48
49
+
> [!TIP]
50
+
> If there have been no releasable units since the last release and you need to force a new release PR to exist (e.g., because you released an alpha and now want to release a major version), you can add the text "Release-As: x.x.x" to any commit body and release-please will open a new PR for that version. Read more [here](https://github.com/googleapis/release-please#how-do-i-change-the-version-number).
51
+
49
52
## Release Notes
50
53
51
54
The contents of the release PR's body becomes the contents of the Github Release.
0 commit comments