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 434b6ee commit 0c53e64Copy full SHA for 0c53e64
CONTRIBUTING.md
@@ -84,7 +84,7 @@ Pact tests live in the `pact/` directory at the root of the repository. The Pact
84
3. Generate a new tag for the commits and proceed to push the tag to the repository using the following commands:
85
eg:
86
```bash
87
- SDK_TAG="v0.0.1-beta.1"
+ SDK_TAG="0.0.1-beta.1"
88
git checkout main && git pull
89
git tag $SDK_TAG
90
git push -u origin $SDK_TAG
0 commit comments