mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 05:54:19 +02:00
Merge pull request #924 from jlowin/docstring
This commit is contained in:
commit
e117fa0fa3
1 changed files with 8 additions and 1 deletions
9
.github/release.yml
vendored
9
.github/release.yml
vendored
|
|
@ -7,6 +7,9 @@ changelog:
|
|||
- title: New Features 🎉
|
||||
labels:
|
||||
- feature
|
||||
exclude:
|
||||
labels:
|
||||
- contrib
|
||||
|
||||
- title: Enhancements 🔧
|
||||
labels:
|
||||
|
|
@ -14,17 +17,21 @@ changelog:
|
|||
exclude:
|
||||
labels:
|
||||
- breaking change
|
||||
- contrib
|
||||
|
||||
- title: Fixes 🐞
|
||||
labels:
|
||||
- bug
|
||||
exclude:
|
||||
labels:
|
||||
- breaking change
|
||||
- contrib
|
||||
|
||||
- title: Breaking Changes 🛫
|
||||
labels:
|
||||
- breaking change
|
||||
exclude:
|
||||
labels:
|
||||
- contrib
|
||||
|
||||
- title: Docs 📚
|
||||
labels:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue