chore: update ci

This commit is contained in:
vben
2024-06-16 23:50:17 +08:00
parent 6ffec31ce8
commit 351a41e219
49 changed files with 368 additions and 75 deletions

59
.github/release-drafter.yml vendored Normal file
View File

@@ -0,0 +1,59 @@
name-template: "v$RESOLVED_VERSION"
tag-template: "v$RESOLVED_VERSION"
version-template: $MAJOR.$MINOR.$PATCH
change-template: "* $TITLE (#$NUMBER) @$AUTHOR"
template: |
# What's Changed
$CHANGES
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
categories:
- title: "🚀 Features"
labels:
- "feature"
- "enhancement"
- title: "🐞 Bug Fixes"
labels:
- "fix"
- "bugfix"
- "bug"
- title: 📝 Documentation updates
labels:
- "documentation"
- "docs"
- title: 👻 Maintenance
labels:
- "chore"
- "dependencies"
collapse-after: 5
- title: 🚦 Tests
labels:
- "test"
- "tests"
- title: "Breaking"
label: "breaking"
version-resolver:
major:
labels:
- "breaking"
minor:
labels:
- "feature"
patch:
labels:
- "bug"
- "maintenance"
- "docs"
- "dependencies"
- "security"
exclude-labels:
- "skip-changelog"
- "no-changelog"
- "changelog"
- "bump versions"
- "reverted"
- "invalid"