We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cbd5d8 commit 3a2d4c8Copy full SHA for 3a2d4c8
RELEASING.md
@@ -40,8 +40,7 @@ Only people with permission to push to `release/*` branches can make releases.
40
41
1. Push to a new `release/*` branch to trigger the [`release-*` workflows](https://github.com/cucumber/cucumber-expressions/actions)
42
```
43
- git checkout -b release/v$next_release
44
- git push --set-upstream origin release/v$next_release
+ git push origin main:release/v$next_release
45
46
1. Wait until the `release-*` workflows in GitHub Actions have passed
47
1. Rerun individual workflows if they fail
0 commit comments