You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/09/16 15:19:59 UTC

[maven-gh-actions-shared] branch v2 updated: Bump release-drafter/release-drafter from 5.20.1 to 5.21.0

This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch v2
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git


The following commit(s) were added to refs/heads/v2 by this push:
     new 31f14a1  Bump release-drafter/release-drafter from 5.20.1 to 5.21.0
31f14a1 is described below

commit 31f14a10eac98c11b09c68ce6986ef2be2f304ea
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Sep 16 02:45:49 2022 +0000

    Bump release-drafter/release-drafter from 5.20.1 to 5.21.0
    
    Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.20.1 to 5.21.0.
    - [Release notes](https://github.com/release-drafter/release-drafter/releases)
    - [Commits](https://github.com/release-drafter/release-drafter/compare/v5.20.1...v5.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: release-drafter/release-drafter
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 .github/workflows/release-drafter.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml
index d2f8147..df6b4ef 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -25,6 +25,6 @@ jobs:
   update_release_draft:
     runs-on: ubuntu-latest
     steps:
-      - uses: release-drafter/release-drafter@v5.20.1
+      - uses: release-drafter/release-drafter@v5.21.0
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}