Skip to content

Commit 8faa678

Browse files
committed
docs: ✏️ typo in release process
1 parent 3b8edd2 commit 8faa678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ See [Cucumber release process](https://github.com/cucumber/.github/blob/main/REL
99

1010
1. Decide what the next version should be according to semver
1111
```bash
12-
export $next_release=<version> # <- insert version number here
12+
export next_release=<version> # <- insert version number here
1313
```
1414
1. Update the `version.sbt` file with version to release:
1515
```bash

0 commit comments

Comments
 (0)