-
Notifications
You must be signed in to change notification settings - Fork 396
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DX-2556: Switch to release drafter (#4302)
* DX-2556: Switch to release drafter, require Composer 2 * style fix * composer 2 * style fix * Don't require Composer 2 yet * Fix travis * code style * fix robofile * Fix test
- Loading branch information
1 parent
c9e181f
commit fdebad7
Showing
12 changed files
with
437 additions
and
5,262 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
tests export-ignore | ||
.editorconfig export-ignore | ||
.gitignore export-ignore | ||
.travis.yml export-ignore | ||
phpcs.xml.dist export-ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name-template: '$RESOLVED_VERSION' | ||
tag-template: '$RESOLVED_VERSION' | ||
categories: | ||
- title: '🚨 Major changes' | ||
label: 'Breaking change' | ||
- title: '🚀 Enhancements' | ||
label: 'Enhancement' | ||
- title: '🐛 Bug Fixes' | ||
label: 'Bug' | ||
- title: '🧰 Maintenance' | ||
label: 'Chore' | ||
change-template: '- $TITLE @$AUTHOR (#$NUMBER)' | ||
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. | ||
version-resolver: | ||
major: | ||
labels: | ||
- 'Breaking change' | ||
minor: | ||
labels: | ||
- 'Enhancement' | ||
patch: | ||
labels: | ||
- 'Bug' | ||
default: patch | ||
template: | | ||
## What's new since $PREVIOUS_TAG | ||
$CHANGES |
Oops, something went wrong.