mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Adds release.yml file for auto-generating release notes (#3099)
* Adds release.yml file for auto-generating release notes * Add more tags
This commit is contained in:
parent
71ed181611
commit
8a2cfa04d1
26
.github/release.yml
vendored
Normal file
26
.github/release.yml
vendored
Normal 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:
|
||||||
|
- "*"
|
@ -137,6 +137,7 @@ The tags describe issues and PRs in multiple areas:
|
|||||||
| Area | Name | Description |
|
| Area | Name | Description |
|
||||||
|---|---|---|
|
|---|---|---|
|
||||||
| Type Labels | | |
|
| Type Labels | | |
|
||||||
|
| | breaking | Indicates a major update or change which breaks compatibility |
|
||||||
| | bug | Identifies a bug which needs to be addressed |
|
| | bug | Identifies a bug which needs to be addressed |
|
||||||
| | dependency | Relates to a project dependency |
|
| | dependency | Relates to a project dependency |
|
||||||
| | duplicate | Duplicate of another issue or PR |
|
| | duplicate | Duplicate of another issue or PR |
|
||||||
|
Loading…
Reference in New Issue
Block a user