* Update and add more specific issue templates. * switch misc template to a bug report about the app.
35 lines
683 B
YAML
35 lines
683 B
YAML
# .github/release.yml
|
|
|
|
changelog:
|
|
exclude:
|
|
labels:
|
|
- technical
|
|
- invalid
|
|
- duplicate
|
|
authors:
|
|
- github-actions
|
|
categories:
|
|
- title: New to Path of Building
|
|
labels:
|
|
- enhancement
|
|
- title: Fixed Crashes
|
|
labels:
|
|
- crash
|
|
- title: User Interface
|
|
labels:
|
|
- user-interface
|
|
- title: Fixed Calculations
|
|
labels:
|
|
- "bug: calculation"
|
|
- title: Fixed Behaviours
|
|
labels:
|
|
- "bug: behaviour"
|
|
- title: Accuracy Improvements
|
|
labels:
|
|
- "bug: accuracy"
|
|
- title: Fixed Bugs
|
|
labels:
|
|
- bug
|
|
- title: Other changes
|
|
labels:
|
|
- "*" |