Skip to content

Commit

Permalink
Create release.yml
Browse files Browse the repository at this point in the history
Standardized release template for SLIM as described in #149
  • Loading branch information
riverma committed Mar 26, 2024
1 parent 4016bf6 commit c87cab7
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# .github/release.yml

changelog:
exclude: # exclude any PRs labels we don't want in the changelog
labels:
- ignore-for-release
- skip-changelog
categories: # group PRs by your most important labels. Add / customize as needed.
- title: πŸš€ Features
labels:
- enhancement
- title: πŸ› Bug Fixes
labels:
- bug
- title: πŸ“š Documentation
labels:
- documentation
- title: πŸ“¦ Dependencies
labels:
- dependencies
- title: πŸ› Governance
labels:
- governance
- title: πŸ”„ Software Lifecycle
labels:
- software-lifecycle
- title: πŸ’¬ Information Sharing
labels:
- information-sharing
- title: 🌐 Website
labels:
- website
- title: πŸ’» Other Changes
labels:
- "*"
exclude: # place the list of all labels you've categorized aboved to avoid duplication!
labels:
- enhancement
- bug
- documentation
- dependencies
- governance
- software-lifecycle
- information-sharing
- website

0 comments on commit c87cab7

Please sign in to comment.