Skip to content

Commit

Permalink
ci: create .github/release.yml for managing release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
lumirlumir committed Aug 27, 2024
1 parent 7ce2f2c commit 425c705
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
50 changes: 50 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuration-options

changelog:
categories:
- title: 🚀 Features
labels:
- feat

- title: 🐛 Bugfixes
labels:
- fix

- title: ⚡ Performance
labels:
- perf

- title: ♻️ Refactoring
labels:
- rafactor
- rename
- remove

- title: 🧪 Tests
labels:
- test

- title: ⬆️ Dependency updates
labels:
- dependencies

- title: 🔄 Continuous Integration
labels:
- build
- ci

- title: 🧰 Maintenance
labels:
- '*'
exclude:
labels:
- feat
- fix
- perf
- refactor
- rename
- remove
- test
- dependencies
- build
- ci
2 changes: 2 additions & 0 deletions .github/sync-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ lumirlumir/lumirlumir-configs:
dest: ./configs/.github/labeler.yml
- source: ./.github/PULL_REQUEST_TEMPLATE.md
dest: ./configs/.github/PULL_REQUEST_TEMPLATE.md
- source: ./.github/release.yml
dest: ./configs/.github/release.yml
# ./.husky
- source: ./.husky/pre-commit
dest: ./configs/.husky/pre-commit
Expand Down

0 comments on commit 425c705

Please sign in to comment.