mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-26 14:49:57 +00:00
* Enforce conventional commit PR titles * Add automatic labelling of PRs * Write down breaking change policy. Left for another PR: * Validation of breaking change version bumps. (This is complicated due to separate releases for Python and other package.)
26 lines
540 B
YAML
26 lines
540 B
YAML
# TODO: create separate templates for Python and other releases.
|
|
changelog:
|
|
exclude:
|
|
labels:
|
|
- ci
|
|
- chore
|
|
categories:
|
|
- title: Breaking Changes 🛠
|
|
labels:
|
|
- breaking-change
|
|
- title: New Features 🎉
|
|
labels:
|
|
- enhancement
|
|
- title: Bug Fixes 🐛
|
|
labels:
|
|
- bug
|
|
- title: Documentation 📚
|
|
labels:
|
|
- documentation
|
|
- title: Performance Improvements 🚀
|
|
labels:
|
|
- performance
|
|
- title: Other Changes
|
|
labels:
|
|
- "*"
|