diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index f9084d7e9e..4822b2459f 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,15 +1,13 @@ # https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.adoc _extends: .github -# We are using 3-digit LTS versioning here -version-template: $MAJOR.$MINOR.$PATCH -tag-template: jenkins-docker-packaging-$NEXT_PATCH_VERSION -name-template: Jenkins Docker Image $NEXT_PATCH_VERSION +# We are using 2-digit weekly versioning here +version-template: $MAJOR.$MINOR +tag-template: $NEXT_MINOR_VERSION +name-template: $NEXT_MINOR_VERSION template: | - ## 📦 Jenkins Core updates - - * Update to Jenkins $NEXT_PATCH_VERSION ([changelog](https://jenkins.io/changelog-stable/#v$NEXT_PATCH_VERSION)) - + ## 📦 Jenkins Core updates + + * Update to Jenkins $NEXT_MINOR_VERSION ([changelog](https://jenkins.io/changelog-stable/#v$NEXT_MINOR_VERSION)) + $CHANGES - - **NOTE:** This is an experimental changelog. See [this page](https://github.com/jenkinsci/docker/blob/master/CHANGELOG.md) for more info