diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index dab9c81..141b166 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -3,9 +3,11 @@ autolabeler: branch: - "/^fix/" - "/^bugfix/" + - "/^hotfix/" title: - "/^fix/i" - "/^bugfix/i" + - "/^hotfix/i" - label: "enhancement" branch: - "/^feature/" @@ -21,6 +23,7 @@ categories: - "fix" - "bugfix" - "bug" + - "hotfix" exclude-labels: - "skip-changelog" category-template: "### $TITLE" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eddd900..869a7d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,8 @@ name: "Release" run-name: "Release ${{ github.ref_name }}" on: push: - tags: "*" + tags: + - "[0-9]+.[0-9]+.[0-9]+" jobs: linting: diff --git a/manifest-chrome.json b/manifest-chrome.json index d2d3785..bf879cd 100644 --- a/manifest-chrome.json +++ b/manifest-chrome.json @@ -30,8 +30,7 @@ "web_accessible_resources": [ { "resources": ["/assets/fontawesome/webfonts/*"], - "matches": ["https://www.youtube.com/*"], - "use_dynamic_url": true + "matches": ["https://www.youtube.com/*"] } ] }