Skip to content

Commit cebefae

Browse files
committed
Update README
1 parent 5e4eb2d commit cebefae

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -245,10 +245,8 @@ To create a new release, make a new tag (like 2.0.2),
245245
and then update the symbolic major v2 tag with:
246246

247247
```
248-
git tag v2.0.2
249-
git push --tags
250-
git tag -fa v2 -m "Update v2 tag"
251-
git push origin v2 --force
252-
gh release create
248+
git tag v2.0.2 && git push --tags
249+
git tag -fa v2 -m "Update v2 tag" && git push origin v2 --force
250+
gh release create --generate-notes --latest
253251
```
254252

0 commit comments

Comments
 (0)