mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
608f96c723
* Add python example for deleting a part * Ignore PRs which are just docs from release notes
33 lines
587 B
YAML
33 lines
587 B
YAML
# .github/release.yml
|
|
|
|
changelog:
|
|
exclude:
|
|
labels:
|
|
- translation
|
|
- documentation
|
|
categories:
|
|
- title: Breaking Changes
|
|
labels:
|
|
- Semver-Major
|
|
- breaking
|
|
- title: Security Patches
|
|
labels:
|
|
- security
|
|
- title: New Features
|
|
labels:
|
|
- Semver-Minor
|
|
- enhancement
|
|
- title: Bug Fixes
|
|
labels:
|
|
- Semver-Patch
|
|
- bug
|
|
- title: Devops / Setup Changes
|
|
labels:
|
|
- docker
|
|
- setup
|
|
- demo
|
|
- CI
|
|
- title: Other Changes
|
|
labels:
|
|
- "*"
|