Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 52 additions & 34 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,48 +1,66 @@
name-template: "Setup MLIR $RESOLVED_VERSION Release"
tag-template: "v$RESOLVED_VERSION"
filter-by-commitish: true
categories:
- title: "馃殌 Features and Enhancements"
labels:
- "enhancement"
- "feature"
- "refactor"
- "usability"
when:
labels:
- "enhancement"
- "feature"
- "refactor"
- "usability"
- title: "馃悰 Bug Fixes"
labels:
- "bug"
- "fix"
when:
labels:
- "bug"
- "fix"
- title: "馃搫 Documentation"
labels:
- "documentation"
- title: "馃 CI"
labels:
- "continuous integration"
when:
labels:
- "documentation"
- title: "馃 CI & Tooling"
when:
labels:
- "continuous integration"
- "tooling"
- title: "馃摝 Packaging"
labels:
- "packaging"
when:
labels:
- "packaging"
- title: "馃Ч Code Quality"
labels:
- "code quality"
when:
labels:
- "code quality"
- title: "猬嗭笍 Dependencies"
collapse-after: 5
labels:
- "dependencies"
- "github-actions"
- "pre-commit"
- "submodules"
change-template: "- $TITLE ([#$NUMBER]($URL)) (**@$AUTHOR**)"
when:
labels:
- "dependencies"
- "github-actions"
- "pre-commit"
- "submodules"
- type: "pre-exclude"
when:
labels:
- "skip-changelog"
- "backport"
- "release-prep"
- type: "version-resolver"
semver-increment: "major"
when:
label: "major"
- type: "version-resolver"
semver-increment: "minor"
when:
label: "minor"
- type: "version-resolver"
semver-increment: "patch"
when:
label: "patch"
- type: "version-resolver"
semver-increment: "patch"
change-template: "- $TITLE (#$NUMBER) (@$AUTHOR)"
change-title-escapes: '\<*_&'
version-resolver:
major:
labels:
- "major"
minor:
labels:
- "minor"
patch:
labels:
- "patch"
default: patch

template: |
## 馃憖 What Changed
Expand Down
Loading