From 374391cdd8082bb652dc2febfea32ef4f440f558 Mon Sep 17 00:00:00 2001 From: Jonas Kruckenberg Date: Sat, 16 Jul 2022 12:21:12 +0200 Subject: [PATCH] Update config.json --- .changes/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ] }