mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
Create release.yml
This commit is contained in:
parent
6e71950104
commit
e63d10c2bf
1 changed files with 32 additions and 0 deletions
32
.github/release.yml
vendored
Normal file
32
.github/release.yml
vendored
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
changelog:
|
||||
exclude:
|
||||
labels:
|
||||
- ignore in release notes
|
||||
|
||||
categories:
|
||||
- title: New Features 🎉
|
||||
labels:
|
||||
- feature
|
||||
- enhancement
|
||||
exclude:
|
||||
labels:
|
||||
- breaking change
|
||||
|
||||
- title: Fixes 🐞
|
||||
labels:
|
||||
- bug
|
||||
exclude:
|
||||
labels:
|
||||
- breaking change
|
||||
|
||||
- title: Breaking Changes 🛫
|
||||
labels:
|
||||
- breaking change
|
||||
|
||||
- title: Docs 📚
|
||||
labels:
|
||||
- documentation
|
||||
|
||||
- title: Other Changes 🦾
|
||||
labels:
|
||||
- "*"
|
||||
Loading…
Add table
Add a link
Reference in a new issue