Skip to content

fix: prevent release-plz bump loop#4

Merged
wavekat-eason merged 1 commit intomainfrom
fix/release-plz-loop
Mar 27, 2026
Merged

fix: prevent release-plz bump loop#4
wavekat-eason merged 1 commit intomainfrom
fix/release-plz-loop

Conversation

@wavekat-eason
Copy link
Copy Markdown
Contributor

@wavekat-eason wavekat-eason commented Mar 27, 2026

Summary

  • Add needs: release-plz-release to release-plz-pr job so the git tag is created before the PR job compares changes
  • Add if: always() so the PR job still runs even if the release job is skipped
  • Exclude CHANGELOG.md from crate package to prevent changelog-only diffs from triggering version bumps

Fixes #3

Test plan

🤖 Generated with Claude Code

Make release-pr job wait for release job to finish tagging before
comparing, and exclude CHANGELOG.md from crate package content.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@wavekat-eason wavekat-eason merged commit d84daa0 into main Mar 27, 2026
1 check passed
@wavekat-eason wavekat-eason deleted the fix/release-plz-loop branch March 27, 2026 06:20
@github-actions github-actions bot mentioned this pull request Mar 27, 2026
wavekat-eason pushed a commit that referenced this pull request Mar 27, 2026
## 🤖 New release

* `wavekat-core`: 0.0.1 -> 0.0.2 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

##
[0.0.2](v0.0.1...v0.0.2)
- 2026-03-27

### Fixed

- prevent release-plz bump loop
([#4](#4))

### Other

- use cargo add in readme
([#6](#6))
- release v0.0.1 ([#2](#2))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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