Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie committed Mar 28, 2024
1 parent 7fb3c7f commit 0f26248
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -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
$CHANGES
1 change: 1 addition & 0 deletions .github/workflows/asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0f26248

Please sign in to comment.