This is an automated email from the ASF dual-hosted git repository.
adangel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new e947369 Bump release-drafter/release-drafter from 5.20.1 to 5.21.0
(#93)
e947369 is described below
commit e94736992c7cc7efd27dfae98ab96c8f688e3c6b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 21 17:45:51 2022 +0200
Bump release-drafter/release-drafter from 5.20.1 to 5.21.0 (#93)
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] <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.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 76113c0..71d38e6 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -24,6 +24,6 @@ jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- - uses: release-drafter/[email protected]
+ - uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}