Skip to content

Commit

Permalink
ci: Add GH release configuration (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella authored Dec 28, 2024
1 parent 09aa6df commit cd4c602
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
changelog:
exclude:
labels:
- ignore-for-release
authors:
- octocat
categories:
- title: Breaking Changes
labels:
- breaking-change
- semver-major
- title: New Features
labels:
- enhancement
- semver-minor
- title: Other Changes
labels:
- "*"

0 comments on commit cd4c602

Please sign in to comment.