Skip to content

Commit

Permalink
fix: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Dec 3, 2024
1 parent 66b474c commit 5c8ca64
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
20 changes: 3 additions & 17 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,8 @@ jobs:
with:
files: dist.zip

changelog:
needs: release
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set node
uses: actions/setup-node@v4
with:
registry-url: https://registry.npmjs.org/
node-version: lts/*

- run: npx changelogithub
- name: Changelog
run: bun x changelogithub
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

15 changes: 15 additions & 0 deletions changelogithub.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"types": {
"feat": { "title": "πŸš€ Features" },
"fix": { "title": "πŸ”§ Bug Fixes" },
"docs": { "title": "πŸ“š Documentation" },
"style": { "title": "πŸ’„ Styles" },
"refactor": { "title": "πŸ”¨ Refactor" },
"perf": { "title": "🏎 Performance" },
"test": { "title": "🚨 Tests" },
"build": { "title": "πŸ›  Build" },
"ci": { "title": "πŸ‘· CI" },
"chore": { "title": "πŸ›— Chore" },
"revert": { "title": "βͺ Revert" }
}
}

0 comments on commit 5c8ca64

Please sign in to comment.