diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 7199c3c..0b6b8bb 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,33 +1,33 @@ -name-template: 'v$NEXT_PATCH_VERSION 🌈' -tag-template: 'v$NEXT_PATCH_VERSION' +name-template: "v$NEXT_PATCH_VERSION 🌈" +tag-template: "v$NEXT_PATCH_VERSION" categories: - - title: '🆕 Features' + - title: "🆕 Features" labels: - - 'feat' - - 'feature' - - 'enhancement' - - title: '🐛 Bug Fixes' + - "feat" + - "feature" + - "enhancement" + - title: "🐛 Bug Fixes" labels: - - 'fix' - - 'bugfix' - - 'bug' - - title: '🧰 Maintenance' - label: 'chore' - - title: '📖 Document' - label: 'doc' - - title: '🚀 CI/CD' - label: 'ci' -change-template: '- $TITLE @$AUTHOR (#$NUMBER)' + - "fix" + - "bugfix" + - "bug" + - title: "🧰 Maintenance" + label: "chore" + - title: "📖 Document" + label: "doc" + - title: "🚀 CI/CD" + label: "ci" +change-template: "- $TITLE @$AUTHOR (#$NUMBER)" version-resolver: major: labels: - - 'major' + - "major" minor: labels: - - 'minor' + - "minor" patch: labels: - - 'patch' + - "patch" default: patch template: | - **Full Changelog**: https://github.com/GopeedLab/browser-extension/compare/$PREVIOUS_TAG...v$NEXT_PATCH_VERSION \ No newline at end of file + $CHANGES diff --git a/.github/workflows/asset.yml b/.github/workflows/asset.yml index de20b28..bd46415 100644 --- a/.github/workflows/asset.yml +++ b/.github/workflows/asset.yml @@ -44,6 +44,7 @@ jobs: - name: Upload uses: softprops/action-gh-release@v2 with: + tag_name: ${{ steps.get-release.outputs.tag_name }} files: | build/chrome-mv3-prod.zip build/firefox-mv2-prod.zip