PromucFlow_constructor/.github/release-drafter-template.yml
2021-09-06 02:41:30 +05:30

53 lines
1022 B
YAML

name-template: "Release v$RESOLVED_VERSION 🌈"
tag-template: "v$RESOLVED_VERSION"
categories:
- title: "🚀 Features"
labels:
- "Enhancement"
- title: "🐛 Bug Fixes"
labels:
- "Bug"
# Only include the following labels in the release notes. All other labels are ignored.
include-labels:
- "Enhancement"
- "Bug"
change-template: "- $TITLE (#$NUMBER)"
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
major:
labels:
- "Major"
minor:
labels:
- "Minor"
patch:
labels:
- "Patch"
default: patch
template: |
## What's new?
$CHANGES
# The below configurations will label our PRs automatically
# autolabeler:
# - label: "Chore"
# title:
# - "/chore/i"
# - "/docs/i"
# - label: "Test"
# title:
# - "/test/i"
# - label: "Bug"
# title:
# - "/fix/i"
# - label: "Enhancement"
# title:
# - '/feature\/.+/'
# - "/feat/i"