go.ketch.com/lib/goja@v0.0.1/.github/release.yml (about)

     1  changelog:
     2    exclude:
     3      labels:
     4        - ignore-for-release
     5      authors:
     6        - dependabot
     7    categories:
     8      - title: Breaking Changes 🛠
     9        labels:
    10          - Semver-Major
    11          - breaking-change
    12      - title: Exciting New Features 🎉
    13        labels:
    14          - Semver-Minor
    15          - enhancement
    16      - title: Other Changes
    17        labels:
    18          - "*"