diff --git a/.changes/config.json b/.changes/config.json index 7f2f7ca..9acde69 100644 --- a/.changes/config.json +++ b/.changes/config.json @@ -12,6 +12,7 @@ "publish": [ "git tag v${ pkgFile.versionMajor } -f", "git tag v${ pkgFile.versionMajor }.${ pkgFile.versionMinor } -f", + "git tag v${ pkgFile.version } -f" "git push --tags -f" ] }