Prepare GitHub alpha launch (README, CI, tests, release workflow)
This commit is contained in:
20
.github/release.yml
vendored
Executable file
20
.github/release.yml
vendored
Executable file
@@ -0,0 +1,20 @@
|
||||
changelog:
|
||||
categories:
|
||||
- title: Features
|
||||
labels:
|
||||
- feature
|
||||
- enhancement
|
||||
- title: Fixes
|
||||
labels:
|
||||
- fix
|
||||
- bug
|
||||
- title: Documentation
|
||||
labels:
|
||||
- docs
|
||||
- title: Maintenance
|
||||
labels:
|
||||
- chore
|
||||
- ci
|
||||
exclude:
|
||||
labels:
|
||||
- skip-changelog
|
||||
Reference in New Issue
Block a user