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 3b8edd2 commit 8faa678Copy full SHA for 8faa678
RELEASING.md
@@ -9,7 +9,7 @@ See [Cucumber release process](https://github.com/cucumber/.github/blob/main/REL
9
10
1. Decide what the next version should be according to semver
11
```bash
12
- export $next_release=<version> # <- insert version number here
+ export next_release=<version> # <- insert version number here
13
```
14
1. Update the `version.sbt` file with version to release:
15
0 commit comments