Skip to content

Commit

Permalink
Merge pull request #21 from paul-gilber/add-release-notes
Browse files Browse the repository at this point in the history
Configure automatically generated release notes
  • Loading branch information
paul-gilber authored Oct 30, 2023
2 parents a965a97 + b6313b3 commit 2793582
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
# Setup automatically generated release notes
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuring-automatically-generated-release-notes

changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: Breaking Changes 🛠
labels:
- Semver-Major
- breaking-change
- title: Exciting New Features 🎉
labels:
- Semver-Minor
- enhancement
- title: Documentation Improvements
labels:
- documentation
- title: Java Changes
labels:
- java
- title: Dependency Changes
labels:
- dependencies
- maven
- gradle
- title: Container Changes
labels:
- container
- title: Local Development Changes
labels:
- devcontainer
- vscode-settings
- title: Workflow Changes
labels:
- github-workflow
- title: Other Changes
labels:
- "*"

0 comments on commit 2793582

Please sign in to comment.