ci(release): add changelogithub for release nnotes

This commit is contained in:
uncenter 2024-03-02 19:57:26 -05:00
parent ce43731e4c
commit c22e1bc7f9
No known key found for this signature in database
2 changed files with 13 additions and 1 deletions

View File

@ -32,8 +32,11 @@ jobs:
pnpm zip
pnpm zip:firefox
- name: Write changelog
run: pnpm dlx changelogithub@latest --output CHANGELOG.md
- name: Release
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true
body_path: CHANGELOG.md
files: dist/*.zip

View File

@ -0,0 +1,9 @@
{
"types": {
"feat": { "title": "🚀 Enhancements" },
"perf": { "title": "🔥 Performance" },
"fix": { "title": "🩹 Fixes" },
"refactor": { "title": "💅 Refactors" },
"docs": { "title": "📖 Documentation" }
}
}