Skip to content

Commit

Permalink
DX-2556: Switch to release drafter (#4302)
Browse files Browse the repository at this point in the history
* 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
danepowell authored Dec 17, 2020
1 parent c9e181f commit fdebad7
Show file tree
Hide file tree
Showing 12 changed files with 437 additions and 5,262 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
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
28 changes: 28 additions & 0 deletions .github/release-drafter.yml
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
Loading

0 comments on commit fdebad7

Please sign in to comment.