Skip to content

Commit

Permalink
Merge pull request #379 from TheHive-Project/362-add-auto-changelog-c…
Browse files Browse the repository at this point in the history
…onfig

#362 - Add release.yml
  • Loading branch information
Kamforka authored Jan 12, 2025
2 parents 570066e + a2dd809 commit 5050419
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
changelog:
exclude:
labels:
- changelog:ignore
categories:
- title: Added
labels:
- changelog:added
- title: Changed
labels:
- changelog:changed
- title: Removed
labels:
- changelog:removed
- title: Deprecated
labels:
- changelog:deprecated
- title: Fixed
labels:
- changelog:fixed
- title: Security
labels:
- changelog:security
- title: Other
labels:
- "*"

0 comments on commit 5050419

Please sign in to comment.