From 7856019f38c9388970eea01171a28aad500887d0 Mon Sep 17 00:00:00 2001 From: Jonas Kruckenberg Date: Fri, 15 Jul 2022 12:19:34 +0200 Subject: [PATCH] Update config.json --- .changes/config.json | 1 + 1 file changed, 1 insertion(+) 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" ] }