code.vegaprotocol.io/vega@v0.79.0/.github/release.yml (about)

     1  ---
     2  
     3  changelog:
     4    exclude:
     5      labels:
     6        - ignore-for-release-notes
     7      authors:
     8        - renovate
     9        - dependabot
    10    categories:
    11      - title: Vulnerabilities 🔐
    12        labels:
    13          - vulnerability
    14      - title: Breaking Changes 🛠
    15        labels:
    16          - breaking-change
    17      - title: Deprecations ⚠️
    18        labels:
    19          - deprecation
    20      - title: Bug Fixes 🐛
    21        labels:
    22          - bug
    23      - title: New Features 🌱
    24        labels:
    25          - enhancement
    26          - feature
    27      - title: Other Changes
    28        labels:
    29          - "*"