From f942c81f9ab34b4019ab244101afc24a50750671 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 15:59:04 +0800 Subject: [PATCH] bump(deps): update release-drafter/release-drafter action to v5.25.0 (#640) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [release-drafter/release-drafter](https://togithub.com/release-drafter/release-drafter) | action | minor | `v5.24.0` -> `v5.25.0` | --- ### Release Notes
release-drafter/release-drafter (release-drafter/release-drafter) ### [`v5.25.0`](https://togithub.com/release-drafter/release-drafter/releases/tag/v5.25.0) [Compare Source](https://togithub.com/release-drafter/release-drafter/compare/v5.24.0...v5.25.0) ### What's Changed #### New - feat: add prerelease increment behavior ([#​1303](https://togithub.com/release-drafter/release-drafter/issues/1303)) [@​neilime](https://togithub.com/neilime) #### Other changes - feat: add latest input ([#​1348](https://togithub.com/release-drafter/release-drafter/issues/1348)) [@​o-mago](https://togithub.com/o-mago) **Full Changelog**: https://github.com/release-drafter/release-drafter/compare/v5.24.0...v5.25.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/levaintech/contented). Co-authored-by: renovate[bot] <29139614+renovate[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 4268136d..a2ee8ca7 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -16,6 +16,6 @@ jobs: main: runs-on: ubuntu-latest steps: - - uses: release-drafter/release-drafter@65c5fb495d1e69aa8c08a3317bc44ff8aabe9772 # v5.24.0 + - uses: release-drafter/release-drafter@09c613e259eb8d4e7c81c2cb00618eb5fc4575a7 # v5.25.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}