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 62a7829 commit 71e04f0Copy full SHA for 71e04f0
README.md
@@ -44,7 +44,7 @@ Maintainers can trigger the [release workflow](.github/workflows/release.yaml) b
44
```
45
2. Create a tag following sem-ver versioning for the version and trigger release.
46
```bash
47
- # replace MAJOR.MINOR.PATCH with e.g. 1.2.3
+ # replace MAJOR.MINOR.PATCH with e.g. 1.2.3
48
tag=version-MAJOR.MINOR.PATCH; git tag $tag && git push origin $tag
49
50
0 commit comments