diff --git a/.github/workflows/on_pull_request_linter.yml b/.github/workflows/on_pull_request_linter.yml index ed4d121..cfe70f8 100644 --- a/.github/workflows/on_pull_request_linter.yml +++ b/.github/workflows/on_pull_request_linter.yml @@ -11,6 +11,7 @@ jobs: uses: lekterable/branchlint-action@1.2.0 with: allowed: | + /^(.+:)?major/.+/i /^(.+:)?bugfix/.+/i /^(.+:)?feature/.+/i /^(.+:)?release/.+/i diff --git a/Dev17/publishManifest.json b/Dev17/publishManifest.json index 83d5c1f..dc8f78f 100644 --- a/Dev17/publishManifest.json +++ b/Dev17/publishManifest.json @@ -2,7 +2,7 @@ "$schema": "http://json.schemastore.org/vsix-publish", "categories": [ "coding", "reporting", "programming languages" ], "identity": { - "internalName": "WakaTime" + "internalName": "WakaTime-2022" }, "overview": "../OVERVIEW.md", "priceCategory": "free",