Skip to content

Commit

Permalink
CI/CD: Changelog generation
Browse files Browse the repository at this point in the history
* Automatically create sections based on labels
  • Loading branch information
Aleksei Stepanov committed Sep 22, 2023
1 parent cce5326 commit 324160e
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
changelog:
exclude:
labels:
- "CI/CD"
- "Maintenance"
- "in progress"
- "tests"
authors:
- "dependabot[bot]"
- "dependabot"
categories:
- title: Breaking Changes ⚠
labels:
- "Breaking"
- title: New features 🗹
labels:
- "Feature"
- title: Deprecations ⚡
labels:
- "Deprecation"
- title: Bug fixes 🕷
labels:
- "bug"
- "regression"
- title: Documentation 🕮
labels:
- "docs"
- title: Refactoring 🛠
labels:
- "refactoring"
- title: Other Changes
labels:
- "*"

0 comments on commit 324160e

Please sign in to comment.