forked from arjungautam1/fullstack-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from paul-gilber/add-release-notes
Configure automatically generated release notes
- Loading branch information
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
- "*" |