Skip to content

Commit f905a7f

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ $ echo "v1.1.0" > VERSION
5656
$ vi CHANGELOG.md
5757

5858
# Push new version
59-
$ git add CHANGELOG.md VERSION && git commit -m "Add version v$(cat VERSION)" && git push
59+
$ 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 v$(cat VERSION)" && git push origin "$(cat VERSION)"
62+
$ git tag -a "v$(cat VERSION)" -m "Version $(cat VERSION)" && git push origin "$(cat VERSION)"
6363
```

0 commit comments

Comments
 (0)