mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-27 19:16:44 +00:00
32 lines
565 B
YAML
32 lines
565 B
YAML
# .github/release.yml
|
|
|
|
changelog:
|
|
exclude:
|
|
labels:
|
|
- translation
|
|
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:
|
|
- "*"
|