mirror of
https://github.com/catppuccin/web-file-explorer-icons.git
synced 2026-01-09 05:50:49 +08:00
ci(release): add changelogithub for release nnotes
This commit is contained in:
parent
ce43731e4c
commit
c22e1bc7f9
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -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
|
||||
|
||||
9
changelogithub.config.json
Normal file
9
changelogithub.config.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"types": {
|
||||
"feat": { "title": "🚀 Enhancements" },
|
||||
"perf": { "title": "🔥 Performance" },
|
||||
"fix": { "title": "🩹 Fixes" },
|
||||
"refactor": { "title": "💅 Refactors" },
|
||||
"docs": { "title": "📖 Documentation" }
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user