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