Skip to content

Commit 0c53e64

Browse files
authored
stop using v in version (#211)
1 parent 434b6ee commit 0c53e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Pact tests live in the `pact/` directory at the root of the repository. The Pact
8484
3. Generate a new tag for the commits and proceed to push the tag to the repository using the following commands:
8585
eg:
8686
```bash
87-
SDK_TAG="v0.0.1-beta.1"
87+
SDK_TAG="0.0.1-beta.1"
8888
git checkout main && git pull
8989
git tag $SDK_TAG
9090
git push -u origin $SDK_TAG

0 commit comments

Comments
 (0)