eliashaeussler/typo3-solver

View on GitHub
.github/release.yml

Summary

Maintainability
Test Coverage
changelog:
  exclude:
    labels:
      - duplicate
      - 'good first issue'
      - 'help wanted'
      - invalid
      - question
      - wontfix
  categories:
    - title: ⚡ Breaking
      labels:
        - breaking
    - title: 🚨 Security fixes
      labels:
        - security
    - title: 🚀 Improved
      labels:
        - enhancement
    - title: 🚑 Fixed
      labels:
        - bug
    - title: 👷 Changed
      labels:
        - maintenance
    - title: 📖 Documentation
      labels:
        - documentation
    - title: ⚙️ Dependencies
      labels:
        - dependencies
    - title: Other changes
      labels:
        - "*"