Skip to content

Commit

Permalink
chore: upload release template
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdihadeli committed Sep 16, 2024
1 parent 909bca3 commit c08161e
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
# https://github.com/bcoe/conventional-release-labels
# https://dev.to/github/how-to-automatically-generate-release-notes-for-your-project-2ng8
# https://www.conventionalcommits.org/en/v1.0.0/

# github release pre-defined template
changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: 🚀 Features
labels:
- feature
- feat
- title: ♻️ Enhancement
labels:
- enhancement
- refactor
- title: 🐛 Bug Fixes
labels:
- fix
- bug
- title: 👷 CI
labels:
- ci
- ci-cd
- devops
- title: ⚠️ Breaking Changes
labels:
- breaking-changes
- major
- title: ⛔️ Deprecated
labels:
- deprecated
- title: 🗑 Removed
labels:
- removed
- title: 🔐 Security
labels:
- security
- title: 🎨 Style & Formatting
labels:
- style
- title: 🧪 Test
labels:
- test
- title: 📄 Documentation
labels:
- docs
- documentation
- title: 🧩 Dependency Updates
labels:
- deps
- build
- dependencies
- title: 🧰 Maintenance
label: 'chore'
- title: 🧺 Miscellaneous #Everything except ABAP
label: misc
- title: Other Changes
labels:
- "*"

0 comments on commit c08161e

Please sign in to comment.