mirror of
https://github.com/cryptomator/cryptomator.git
synced 2024-11-23 03:59:51 +00:00
e8f8466d9a
[ci skip]
29 lines
743 B
YAML
29 lines
743 B
YAML
# .github/release.yml
|
|
# see https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuring-automatically-generated-release-notes
|
|
|
|
changelog:
|
|
exclude:
|
|
authors:
|
|
- cryptobot
|
|
- dependabot
|
|
- github-actions
|
|
categories:
|
|
- title: What's New 🎉
|
|
labels:
|
|
- type:feature-request
|
|
- type:enhancement
|
|
- title: Bugfixes 🐛
|
|
labels:
|
|
- type:security-issue
|
|
- type:bug
|
|
- type:minor-bug
|
|
- title: Other Changes 📎
|
|
labels:
|
|
- "*"
|
|
exclude:
|
|
labels:
|
|
- type:feature-request
|
|
- type:enhancement
|
|
- type:security-issue
|
|
- type:bug
|
|
- type:minor-bug |