Set up project configuration: EditorConfig, Git attributes, devcontainer, Release Drafter, SECURITY.md, and README badges
This commit is contained in:
20
.github/release-drafter.yml
vendored
Normal file
20
.github/release-drafter.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
# Config for release-drafter: how to categorize PRs in draft release notes
|
||||
# https://github.com/release-drafter/release-drafter
|
||||
|
||||
name-template: 'v$RESOLVED_VERSION'
|
||||
tag-template: 'v$RESOLVED_VERSION'
|
||||
|
||||
categories:
|
||||
- title: '🚀 Features'
|
||||
labels: [feature, enhancement]
|
||||
- title: '🐛 Bug Fixes'
|
||||
labels: [bug, fix]
|
||||
- title: '📚 Documentation'
|
||||
labels: [documentation]
|
||||
- title: '⬆️ Dependencies'
|
||||
labels: [dependencies]
|
||||
- title: 'Other'
|
||||
labels: ['*']
|
||||
|
||||
exclude-labels:
|
||||
- skip-changelog
|
||||
Reference in New Issue
Block a user