Actual outcomes
The Release workflow requires to be tweaked, as it was incorrectly executed for a merge commit into main:
https://github.com/namehash/ensnode/actions/runs/15632556411/job/44040019738

Expected outcomes
The Release workflow run executed correctly:
https://github.com/namehash/ensnode/actions/runs/15584470009/job/43887182506

Context
What's interesting, looking at the Changesets dependency, it got some updates released in May that change how the tool treats private packages:
Possibly, we need to:
- lock the version of dependencies for Changesets tool
- update our Release workflow on CI to work with the latest Changesets version
Actual outcomes
The Release workflow requires to be tweaked, as it was incorrectly executed for a merge commit into
main:https://github.com/namehash/ensnode/actions/runs/15632556411/job/44040019738
Expected outcomes
The Release workflow run executed correctly:
https://github.com/namehash/ensnode/actions/runs/15584470009/job/43887182506
Context
What's interesting, looking at the Changesets dependency, it got some updates released in May that change how the tool treats private packages:
Possibly, we need to: