Skip to content

Commit 75e8068

Browse files
committed
wip
1 parent bc1524e commit 75e8068

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ For more information on SemVer, please visit http://semver.org/.
481481
# 1. update CHANGELOG.md
482482
# 2. update composer.json
483483
# 3. commit all your work
484-
source env.sh && VERSION=v3.0.5 ./release.sh
484+
source env.sh && VERSION=3.0.5 ./release.sh
485485
```
486486

487487
## License

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if [ -n "$(git status --porcelain)" ]; then
1818
exit 1
1919
fi
2020

21-
git tag "${VERSION}"
21+
git tag "v${VERSION}"
2222
git push --tags
2323
curl \
2424
-X POST \

0 commit comments

Comments
 (0)