Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to stateless-validator are recorded here, newest first.
Entries are generated by the release flow from merged PR titles; edit an
entry in its release candidate or settle PR if the wording needs work.

## v2.0.18 (unreleased)
## v2.0.18

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Do not cut v2.0.18 a second time

When the previously merged candidate #202 has run its cut job, release-v2.0.18 already points at that earlier merge: the parent is already version 2.0.18, while .github/workflows/release-candidate.yml defines each merged candidate as creating release-vX.Y.Z. Reusing this heading therefore either makes the second cut collide with the existing branch or leaves that branch before #203 even though this changelog now includes it. Advance to a new version, or update and settle the existing release branch instead of opening another v2.0.18 candidate.

Useful? React with 👍 / 👎.


### Refactoring

Expand All @@ -13,6 +13,7 @@ entry in its release candidate or settle PR if the wording needs work.

### CI

- claude: mint the app token with the client id ([#203](https://github.com/megaeth-labs/stateless-validator/pull/203))
- adopt the shared release flow (candidate / settle / publish) ([#201](https://github.com/megaeth-labs/stateless-validator/pull/201))

### Chores
Expand Down
Loading