Skip to content

Commit 215ab28

Browse files
authored
Update git tag and push commands in README
1 parent 19ef250 commit 215ab28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ Follow these steps when releasing the Nightwatch Browserstack plugin:
5555
_Release commit names should match the version number, e.g., `3.7.0`._
5656
9. Add a tag:
5757
```sh
58-
git tag 3.7.0
58+
git tag v3.7.0
5959
```
6060
10. Push commits **and tags**:
6161
```sh
62-
git push --tags
62+
git push origin main --tags
6363
```
6464
11. **Publish the package:**
6565
```sh

0 commit comments

Comments
 (0)