Skip to content

Commit b8e22a1

Browse files
Mamadukagetdave
andauthored
Release Docs: Troubleshooting failed "Bump version" job (#42936)
* Release Docs: Troubleshooting failed "Bump version" job * Update docs/contributors/code/release.md Co-authored-by: Dave Smith <getdavemail@gmail.com>
1 parent 88899c8 commit b8e22a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/contributors/code/release.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,10 @@ This is expected. The draft release will contain only the plugin zip. Only once
186186
187187
Yes. The method for this is identical to the main Plugin release process. You will need a Gutenberg Core team member to approve the release workflow.
188188

189+
> The release process failed to cherry-pick version bump commit to the trunk branch.
190+
191+
First, confirm that the step failed by checking the latest commits on `trunk` do not include the version bump commit. Then revert the version bump commit on the release branch - `git revert --no-edit {commitHash}`. Finally, push the changes and start the release process again.
192+
189193
## Packages Releases to npm and WordPress Core Updates
190194

191195
The Gutenberg repository follows the [WordPress SVN repository's](https://make.wordpress.org/core/handbook/about/release-cycle/) branching strategy for every major WordPress release. In addition to that, it also contains two other special branches that control npm publishing workflows:

0 commit comments

Comments
 (0)