Skip to content

Commit

Permalink
Update release-drafter configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Feb 4, 2025
1 parent cfe2192 commit 62cc6bf
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .github/release-drafter-3.x.yml
Original file line number Diff line number Diff line change
@@ -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:.github/release-drafter.yml
tag-template: maven-compiler-plugin-$RESOLVED_VERSION
11 changes: 10 additions & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.
2 changes: 2 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 62cc6bf

Please sign in to comment.