github.com/onflow/flow-go@v0.35.7-crescendo-preview.23-atree-inlining/.github/release-drafter.yml (about)

     1  name-template: 'v$NEXT_PATCH_VERSION'
     2  tag-template: 'v$NEXT_PATCH_VERSION'
     3  change-template: '- $TITLE (#$NUMBER) @$AUTHOR'
     4  template: |
     5    $CHANGES
     6  categories:
     7    - title: 💥 Breaking Changes
     8      label: Breaking Change
     9    - title: ⭐ Features
    10      label: Feature
    11    - title: 🛠 Improvements
    12      label: Improvement
    13    - title: 🐞 Bug Fixes
    14      label: Bugfix
    15    - title: 📖 Documentation
    16      label: Documentation