Skip to content

Commit 4879ba5

Browse files
committed
chore: update README
1 parent bc587f2 commit 4879ba5

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").*" | wc -l)+1))"
46+
git tag "v$(date +"%Y").$(date +"%m").$(($(git tag -l "v$(date +"%Y").$(date +"%m").*" | wc -l)+1))"
4747
```
4848

4949
---

0 commit comments

Comments
 (0)