Skip to content

Commit 8847b8d

Browse files
committed
Add version v1.1.0
1 parent f905a7f commit 8847b8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ $ vi CHANGELOG.md
5959
$ git add CHANGELOG.md VERSION && git commit -m "Add version $(cat VERSION)" && git push
6060

6161
# Tag and push new version
62-
$ git tag -a "v$(cat VERSION)" -m "Version $(cat VERSION)" && git push origin "$(cat VERSION)"
62+
$ git tag -a "$(cat VERSION)" -m "Version $(cat VERSION)" && git push origin "$(cat VERSION)"
6363
```

0 commit comments

Comments
 (0)