2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 11:35:41 +00:00

Merge branch 'master' of https://github.com/inventree/InvenTree into docupdates

This commit is contained in:
Matthias
2022-05-30 20:18:01 +02:00
2 changed files with 27 additions and 0 deletions

26
.github/release.yml vendored Normal file
View File

@ -0,0 +1,26 @@
# .github/release.yml
changelog:
categories:
- title: Breaking Changes
labels:
- Semver-Major
- breaking
- title: New Features
labels:
- Semver-Minor
- enhancement
- title: Bug Fixes
labels:
- Semver-Patch
- bug
- title: Devops / Setup Changes
labels:
- docker
- setup
- demo
- CI
- security
- title: Other Changes
labels:
- "*"