Update config.json

This commit is contained in:
Jonas Kruckenberg 2022-07-15 12:19:34 +02:00 committed by GitHub
parent c941b2cda4
commit 7856019f38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
]
}