release-drafter.yml 536 B

1234567891011121314151617
  1. name-template: '$NEXT_MINOR_VERSION'
  2. tag-template: '$NEXT_MINOR_VERSION'
  3. categories:
  4. - title: '🚀 New Features'
  5. label: 'type:new feature'
  6. - title: '🔬 Improvements'
  7. label: 'type:improvement'
  8. - title: '🐞 Bug Fixes'
  9. label: 'type:bug'
  10. - title: '📦 Dependency updates'
  11. label: ' type:dependency'
  12. change-template: '* $TITLE (via #$NUMBER) - @$AUTHOR'
  13. template: |
  14. $CHANGES
  15. ## 👀 Links
  16. [Commits since $PREVIOUS_TAG](https://github.com/allure-framework/allure-php-commons/compare/$PREVIOUS_TAG...master)