Skip to content

Commit 3a2d4c8

Browse files
committed
Simplify pushing to release branch so we don't get a local branch
1 parent 5cbd5d8 commit 3a2d4c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

RELEASING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ Only people with permission to push to `release/*` branches can make releases.
4040
4141
1. Push to a new `release/*` branch to trigger the [`release-*` workflows](https://github.com/cucumber/cucumber-expressions/actions)
4242
```
43-
git checkout -b release/v$next_release
44-
git push --set-upstream origin release/v$next_release
43+
git push origin main:release/v$next_release
4544
```
4645
1. Wait until the `release-*` workflows in GitHub Actions have passed
4746
1. Rerun individual workflows if they fail

0 commit comments

Comments
 (0)