mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
parent
58a33c2e67
commit
a4be6bc90b
4
.github/release.yml
vendored
4
.github/release.yml
vendored
@ -16,7 +16,11 @@ changelog:
|
|||||||
- title: New Features
|
- title: New Features
|
||||||
labels:
|
labels:
|
||||||
- Semver-Minor
|
- Semver-Minor
|
||||||
|
- feature
|
||||||
- enhancement
|
- enhancement
|
||||||
|
- title: Experimental Features
|
||||||
|
labels:
|
||||||
|
- experimental
|
||||||
- title: Bug Fixes
|
- title: Bug Fixes
|
||||||
labels:
|
labels:
|
||||||
- Semver-Patch
|
- Semver-Patch
|
||||||
|
@ -205,7 +205,9 @@ The tags describe issues and PRs in multiple areas:
|
|||||||
| | 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 |
|
||||||
| | enhancement | This is an suggested enhancement or new feature |
|
| | enhancement | This is an suggested enhancement, extending the functionality of an existing feature |
|
||||||
|
| | experimental | This is a new *experimental* feature which needs to be enabled manually |
|
||||||
|
| | feature | This is a new feature, introducing novel functionality |
|
||||||
| | help wanted | Assistance required |
|
| | help wanted | Assistance required |
|
||||||
| | invalid | This issue or PR is considered invalid |
|
| | invalid | This issue or PR is considered invalid |
|
||||||
| | inactive | Indicates lack of activity |
|
| | inactive | Indicates lack of activity |
|
||||||
|
Loading…
Reference in New Issue
Block a user