rueian/rueidis

View on GitHub
.github/release-drafter-config.yml

Summary

Maintainability
Test Coverage
name-template: '$NEXT_PATCH_VERSION'
tag-template: 'v$NEXT_PATCH_VERSION'
autolabeler:
  - label: 'maintenance'
    files:
      - '*.md'
      - '.github/*'
  - label: 'bug'
    branch:
      - '/bug-.+'
  - label: 'maintenance'
    branch:
      - '/maintenance-.+'
  - label: 'feature'
    branch:
      - '/feature-.+'
categories:
  - title: 'Breaking Changes'
    labels:
      - 'breakingchange'
  - title: '๐Ÿงช Experimental Features'
    labels:
      - 'experimental'
  - title: '๐Ÿš€ New Features'
    labels:
      - 'feature'
      - 'enhancement'
  - title: '๐Ÿ› Bug Fixes'
    labels:
      - 'fix'
      - 'bugfix'
      - 'bug'
      - 'BUG'
  - title: '๐Ÿงฐ Maintenance'
    labels:
      - 'maintenance'
      - 'docs'
      - 'documentation'
change-template: '- $TITLE (#$NUMBER)'
exclude-labels:
  - 'skip-changelog'
template: |
  # Changes

  $CHANGES

  ## Contributors
  We'd like to thank all the contributors who worked on this release!

  $CONTRIBUTORS