Skip to content

Commit ab51d8f

Browse files
committed
1 parent efb7e94 commit ab51d8f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ To create a new release, make a new tag (like 1.0.0),
8484
and then update the symbolic major v1 tag with:
8585

8686
```
87-
git tag -fa v1 -m "Update v1 tag"
88-
git push origin v1 --force
87+
git tag -fa v1 -m "Update v1 tag" && git push origin v1 --force
8988
```
9089

9190

0 commit comments

Comments
 (0)