This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 62cc6bf Update release-drafter configuration 62cc6bf is described below commit 62cc6bf1f310253e201d5da66c58d630c6ef6f2e Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Tue Feb 4 18:11:03 2025 +0100 Update release-drafter configuration --- .github/{release-drafter.yml => release-drafter-3.x.yml} | 6 ++++-- .github/release-drafter.yml | 11 ++++++++++- .github/workflows/release-drafter.yml | 2 ++ 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter-3.x.yml similarity index 87% copy from .github/release-drafter.yml copy to .github/release-drafter-3.x.yml index ed7b49d..b871cf8 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter-3.x.yml @@ -1,3 +1,5 @@ + + # 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 @@ -15,5 +17,5 @@ # specific language governing permissions and limitations # under the License. -_extends: maven-gh-actions-shared -tag-template: maven-compiler-plugin-$NEXT_MINOR_VERSION +_extends: maven-gh-actions-shared:.github/release-drafter.yml +tag-template: maven-compiler-plugin-$RESOLVED_VERSION diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index ed7b49d..10fdb23 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,3 +1,5 @@ + + # 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 @@ -16,4 +18,11 @@ # under the License. _extends: maven-gh-actions-shared -tag-template: maven-compiler-plugin-$NEXT_MINOR_VERSION +tag-template: maven-compiler-plugin-$RESOLVED_VERSION + +include-pre-releases: true +prerelease: true + +header: | + > [!WARNING] + > This plugin is a Maven 4 plugin and requires Maven 4.x to run. diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 1049eaa..96eaa60 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -20,6 +20,8 @@ on: push: branches: - master + workflow_dispatch: + jobs: update_release_draft: uses: apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml@v4