Skip to content

chore(deps): update apricote/releaser-pleaser action to v0.6.0#507

Merged
jooola merged 1 commit intomainfrom
renovate/apricote-releaser-pleaser-0.x
Jun 18, 2025
Merged

chore(deps): update apricote/releaser-pleaser action to v0.6.0#507
jooola merged 1 commit intomainfrom
renovate/apricote-releaser-pleaser-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 14, 2025

This PR contains the following updates:

Package Type Update Change
apricote/releaser-pleaser action minor v0.5.1 -> v0.6.0

Release Notes

apricote/releaser-pleaser (apricote/releaser-pleaser)

v0.6.0

Compare Source

✨ Highlights
Reduced resource usage

releaser-pleaser now uses less resources:

  • It now skips pushing changes to the release pull request if they are only a rebase.
  • The configurations for GitHub Actions and GitLab CI/CD now makes sure that only a single job is running at the same time. On GitHub unnecessary/duplicate jobs are also automatically aborted.
  • It handles the stop signals from the CI environment and tries to exit quickly.

```yaml
concurrency:
group: releaser-pleaser
cancel-in-progress: true
```

Avoid losing manual edits to release pull request

Before, releaser-pleaser was prone to overwriting user changes to the release pull request if they were made after releaser-pleaser already started running. There is now an additional check right before submitting the changes to see if the description changed, and retry if it did.

Proper commit authorship

Before, the release commits were created by releaser-pleaser <>. This was ugly to look at. We now check for details on the API user used to talk to the forge, and use that users details instead as the commit author. The committer is still releaser-pleaser.

Features
  • real user as commit author (#​187)
  • avoid pushing release branch only for rebasing (#​114)
  • colorize log output (#​195)
  • graceful shutdown when CI job is cancelled (#​196)
  • detect changed pull request description and retry process (#​197)
  • run one job concurrently to reduce chance of conflicts (#​198)
Bug Fixes
  • crash when running in repo without any tags (#​190)

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 was generated by Mend Renovate. View the repository job log.

@jooola jooola merged commit e53438f into main Jun 18, 2025
10 checks passed
@jooola jooola deleted the renovate/apricote-releaser-pleaser-0.x branch June 18, 2025 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant