diff --git a/default.json b/default.json index 8a5582d..2f1595b 100644 --- a/default.json +++ b/default.json @@ -84,7 +84,8 @@ "groupName": "gitversion-msbuild", "description": "Disable major updates as their are breaking changes. The documentation is not complete, so it would require time to figure out the new configuration", "matchPackageNames": [ - "/^GitVersion\\.MsBuild$/i" + "/^GitVersion\\.MsBuild$/i", + "/^gitversion\\.tool$/i" ], "extends": [ ":disableMajorUpdates"