-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add github/release.yml for catagorized PRs in generated releas…
…e note (#50)
- Loading branch information
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
- "*" |