mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-15 13:37:56 +08:00
37 lines
583 B
YAML
Executable File
37 lines
583 B
YAML
Executable File
categories:
|
|
-
|
|
label: breaking
|
|
title: Breaking
|
|
-
|
|
label: feature
|
|
title: New
|
|
-
|
|
label: bug
|
|
title: "Bug Fixes"
|
|
-
|
|
label: dependencies
|
|
title: "Dependency Updates"
|
|
-
|
|
label: security
|
|
title: Security
|
|
name-template: v$NEXT_PATCH_VERSION
|
|
tag-template: v$NEXT_PATCH_VERSION
|
|
template: |
|
|
# Changes
|
|
$CHANGES
|
|
version-resolver:
|
|
major:
|
|
labels:
|
|
- breaking
|
|
- major
|
|
minor:
|
|
labels:
|
|
- feature
|
|
- minor
|
|
patch:
|
|
labels:
|
|
- bug
|
|
- dependencies
|
|
- security
|
|
- patch
|
|
default: patch |