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/03/12 19:46:16 UTC

[maven-gh-actions-shared] branch v2 updated: Bump release-drafter/release-drafter from 5.18.1 to 5.19.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 c3b0baf  Bump release-drafter/release-drafter from 5.18.1 to 5.19.0
c3b0baf is described below

commit c3b0baf76d0fdef58089c7964ec70315b8aa8eb9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Mar 8 02:23:34 2022 +0000

    Bump release-drafter/release-drafter from 5.18.1 to 5.19.0
    
    Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.18.1 to 5.19.0.
    - [Release notes](https://github.com/release-drafter/release-drafter/releases)
    - [Commits](https://github.com/release-drafter/release-drafter/compare/v5.18.1...v5.19.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 cc752b1..25f459e 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.18.1
+      - uses: release-drafter/release-drafter@v5.19.0
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}