All Downloads are FREE. Search and download functionalities are using the official Maven repository.

github.configs.release-drafter.yml Maven / Gradle / Ivy

Go to download

Resources, like Checkstyle rules and site templates, for FreeLibrary projects.

There is a newer version: 12.0.2
Show newest version

categories:
  - title: 'πŸš€ Features and Improvements'
    labels:
      - 'feature'
      - 'enhancement'
  - title: '🌈 Documentation Updates'
    labels:
      - 'documentation'
  - title: 'πŸ› Bug Fixes'
    labels:
      - 'bugfix'
  - title: '🧰 Breaking Changes'
    label: 'breaking'
version-resolver:
  major:
    labels:
      - 'breaking'
  minor:
    labels:
      - 'enhancement'
      - 'feature'
  patch:
    labels:
      - 'bugfix'
      - 'documentation'
  default: patch
tag-template: '$RESOLVED_VERSION'
name-template: 'v$RESOLVED_VERSION'
change-template: '* $TITLE (#$NUMBER)'
change-title-escapes: ''
exclude-labels:
  - 'skip-changelog'
template: |
  ## What’s Changed

  $CHANGES

  ## Contributors

  $CONTRIBUTORS




© 2015 - 2024 Weber Informatics LLC | Privacy Policy