-
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.
- Loading branch information
Showing
2 changed files
with
47 additions
and
101 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 |
---|---|---|
@@ -1,21 +1,60 @@ | ||
# .github/release.yml | ||
|
||
changelog: | ||
exclude: | ||
labels: | ||
- ignore-for-release | ||
authors: | ||
- octocat | ||
- hmpps-bot | ||
categories: | ||
- title: Breaking Changes π | ||
- title: Exciting New Features and Enhancements β¨ | ||
labels: | ||
- Semver-Major | ||
- breaking-change | ||
- title: Exciting New Features π | ||
- β¨_gitmoji | ||
- β‘_gitmoji | ||
- π_gitmoji | ||
- π_gitmoji | ||
- π₯_gitmoji | ||
- title: Security Fixes π | ||
labels: | ||
- Semver-Minor | ||
- enhancement | ||
- π_gitmoji | ||
- π‘οΈ_gitmoji | ||
- π_gitmoji | ||
- π_gitmoji | ||
- title: Bug Fixes π | ||
labels: | ||
- π_gitmoji | ||
- π_gitmoji | ||
- π©Ή_gitmoji | ||
- title: Documentation π | ||
labels: | ||
- π_gitmoji | ||
- π_gitmoji | ||
- π‘_gitmoji | ||
- π_gitmoji | ||
- title: Typo Corrections π | ||
labels: | ||
- π_gitmoji | ||
- π_gitmoji | ||
- title: Breaking Changes π₯ | ||
labels: | ||
- π₯_gitmoji | ||
- title: Refactor β»οΈ | ||
labels: | ||
- β»οΈ_gitmoji | ||
- β°οΈ_gitmoji | ||
- ποΈ_gitmoji | ||
- π_gitmoji | ||
- title: Work In Progress π§ | ||
labels: | ||
- π§_gitmoji | ||
- πΊ_gitmoji | ||
- π©_gitmoji | ||
- title: Dependency Updates π¦ | ||
labels: | ||
- β_gitmoji | ||
- β_gitmoji | ||
- π_gitmoji | ||
- β¬οΈ_gitmoji | ||
- β¬οΈ_gitmoji | ||
- title: Other Changes | ||
labels: | ||
- "*" |
This file was deleted.
Oops, something went wrong.