Merge pull request #3317 from pipecat-ai/mb/add-changelog-other
Add 'other' changelog category
This commit is contained in:
2
.github/workflows/generate-changelog.yml
vendored
2
.github/workflows/generate-changelog.yml
vendored
@@ -86,7 +86,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Validate fragment types
|
# Validate fragment types
|
||||||
VALID_TYPES="added changed deprecated removed fixed security"
|
VALID_TYPES="added changed deprecated removed fixed security other"
|
||||||
INVALID_FRAGMENTS=""
|
INVALID_FRAGMENTS=""
|
||||||
|
|
||||||
for file in changelog/*.md; do
|
for file in changelog/*.md; do
|
||||||
|
|||||||
@@ -56,6 +56,7 @@ Every pull request that makes a user-facing change should include a changelog en
|
|||||||
- `removed.md` - Removed features
|
- `removed.md` - Removed features
|
||||||
- `fixed.md` - Bug fixes
|
- `fixed.md` - Bug fixes
|
||||||
- `security.md` - Security fixes
|
- `security.md` - Security fixes
|
||||||
|
- `other.md` - Other changes (documentation, dependencies, etc.)
|
||||||
|
|
||||||
3. Write your changelog entry as a Markdown bullet point. Include the `-` at the start:
|
3. Write your changelog entry as a Markdown bullet point. Include the `-` at the start:
|
||||||
|
|
||||||
|
|||||||
@@ -251,3 +251,8 @@ showcontent = true
|
|||||||
directory = "security"
|
directory = "security"
|
||||||
name = "Security"
|
name = "Security"
|
||||||
showcontent = true
|
showcontent = true
|
||||||
|
|
||||||
|
[[tool.towncrier.type]]
|
||||||
|
directory = "other"
|
||||||
|
name = "Other"
|
||||||
|
showcontent = true
|
||||||
|
|||||||
Reference in New Issue
Block a user