Skip to content

Commit 69b85ab

Browse files
authored
chore: improve bash line in README (#72)
1 parent 4879ba5 commit 69b85ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ FROM beevelop/cordova:latest
4343
Releases follow [CalVer (Calendar Versioning)](https://calver.org/) and use `YYYY.MM.MICRO` syntax. The following command helps with tagging a new release:
4444

4545
```bash
46-
git tag "v$(date +"%Y").$(date +"%m").$(($(git tag -l "v$(date +"%Y").$(date +"%m").*" | wc -l)+1))"
46+
echo git tag "v$(date +"%Y.%m").$(($(git tag -l "v$(date +"%Y.%m").*" | wc -l)+1))"
4747
```
4848

4949
---

0 commit comments

Comments
 (0)