release-drafter.yml 1.0 KB
Newer Older
1
# Configuration for Release Drafter: https://github.com/toolmantim/release-drafter
2 3
extends: .github
# We use the 2-digit versioning in Jenkins weekly releases.
4
version-template: $MAJOR.$MINOR
5
name-template: $NEXT_MINOR_VERSION
6 7 8 9
tag-template: jenkins-$NEXT_MINOR_VERSION

template: |
  **Disclaimer**: This is an automatically generated changelog draft for Jenkins weekly releases. 
10
  See https://jenkins.io/changelog/ for the official changelogs.
11
  For `changelog.yaml` drafts see GitHub action artifacts attached to release commits.
12 13

  $CHANGES
14 15
  
  All contributors: $CONTRIBUTORS
16 17 18 19 20 21 22 23 24 25 26

# Categories will be commented out, because we use YAML
# Now we use categories only for sorting
categories:
  - title: Major BUGs and regressions
    labels: 
      - major-bug
      - regression-fix
  - title: Major RFE
    label: major-rfe
  - title: RFEs
27
    label: rfe
28 29 30 31
  - title: Bug fixes
    label: bug
  - title: Localization
    label: localization
32 33 34
  - title: Developer-facing changes (APIs, extensions, etc.)
    label: developer
  - title: Internal changes
35
    label: internal