Skip to content

Commit

Permalink
chore: add github/release.yml for catagorized PRs in generated releas…
Browse files Browse the repository at this point in the history
…e note (#50)
  • Loading branch information
pga2rn authored Dec 14, 2024
1 parent 0708859 commit 853de73
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
changelog:
exclude:
labels:
- ignore-for-release
authors:
# not include the PRs for updating pre-commit-ci hooks ver
- pre-commit-ci
categories:
- title: "! Security related Changes !"
labels:
- security
- title: "! Breaking Changes !"
labels:
- breaking-change
- title: New Features
labels:
- feature
- title: Bug Fixes
labels:
- bug
- title: Improvements & Refinements
labels:
- refactor
- refinement
- title: Build, CI & Dependencies
labels:
- build/ci
- dependencies
- title: Tests Updates
labels:
- test_files
- title: Docs Updates
labels:
- documentation
- title: Tools Updates
labels:
- tools
- title: Chore & Misc.
labels:
- chore
- misc
- title: Other Changes
labels:
- "*"

0 comments on commit 853de73

Please sign in to comment.