From 41c2185d06c16a4d980dcfe829d1691621ddf73b Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Mon, 3 Feb 2025 18:03:34 +0100 Subject: [PATCH] Improve release-drafter configuration --- .github/release-drafter-3.x.yml | 21 +++++++++++++++++++++ .github/release-drafter.yml | 7 ++++--- 2 files changed, 25 insertions(+), 3 deletions(-) create mode 100644 .github/release-drafter-3.x.yml diff --git a/.github/release-drafter-3.x.yml b/.github/release-drafter-3.x.yml new file mode 100644 index 0000000..43391b6 --- /dev/null +++ b/.github/release-drafter-3.x.yml @@ -0,0 +1,21 @@ + + +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +_extends: maven-gh-actions-shared +tag-template: maven-plugin-testing-$RESOLVED_VERSION diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index ff45b61..2d65a9d 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -18,6 +18,7 @@ # under the License. _extends: maven-gh-actions-shared -version-template: '$MAJOR' -name-template: '$NEXT_MAJOR_VERSION' -tag-template: 'maven-plugin-testing-$NEXT_MAJOR_VERSION' +tag-template: maven-plugin-testing-$RESOLVED_VERSION + +include-pre-releases: true +prerelease: true