Skip to content

Commit

Permalink
ci: configure github action release notes generation (#387)
Browse files Browse the repository at this point in the history
* add .github/release.yml

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
Bodong-Yang and pre-commit-ci[bot] authored Sep 9, 2024
1 parent 855ec23 commit ff0f060
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!
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 ff0f060

Please sign in to comment.