Skip to content

Commit

Permalink
Update release.yml with labels from "keepachangelog"
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaMarconato authored Jan 20, 2025
1 parent 4ed4c59 commit 6e643fe
Showing 1 changed file with 27 additions and 22 deletions.
49 changes: 27 additions & 22 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,28 @@
changelog:
exclude:
labels:
- release-ignore
authors:
- pre-commit-ci
- dependabot
categories:
- title: Major
labels:
- "release-major"
- title: Minor
labels:
- "release-minor"
- title: Changed
labels:
- "release-changed"
- title: Fixed
labels:
- "release-fixed"
- title: Other Changes
labels:
- "*"
exclude:
labels:
- release-ignore
authors:
- pre-commit-ci
categories:
- title: Added
labels:
- "release-added"
- title: Changed
labels:
- "release-changed"
- title: Deprecated
labels:
- "release-deprecated"
- title: Removed
labels:
- "release-removed"
- title: Fixed
labels:
- "release-fixed"
- title: Security
labels:
- "release-security"
- title: Other Changes
labels:
- "*"

0 comments on commit 6e643fe

Please sign in to comment.