jenkins/.github/release-drafter.yml

15 lines
519 B
YAML

# Configuration for Release Drafter: https://github.com/toolmantim/release-drafter
_extends: .github
# We use the 2-digit versioning in Jenkins weekly releases.
version-template: $MAJOR.$MINOR
name-template: $NEXT_MINOR_VERSION
tag-template: jenkins-$NEXT_MINOR_VERSION
template: |
_This is an automatically generated changelog draft for Jenkins weekly releases.
See https://www.jenkins.io/changelog/$NEXT_MINOR_VERSION/ for the official changelog for this release._
$CHANGES
All contributors: $CONTRIBUTORS