Closed
Description
Since 1.0.0, the release.yml workflow no longer updates the CHANGELOG.md
file. 0.90.5 was the last release when it worked successfully.
Note: This issue existed before setting up the next
branch in prerelease mode.
A few observations:
- After
0.90.5
, the next time the release workflow ran was whenpnpm/action-setup
was bumped from4.0.0
to4.1.0
(job) - While this ran successfully and without any warnings, the next job run, which updated dependencies, also had a
Cache not found for keys: node-cache-Linux-x64-pnpm-5cb58afeb690fb
warning- This PR also bumped
@changesets/cli
from2.27.12
to2.28.1
as well as other dependencies.
- This PR also bumped
- Many of the later runs did not have the
Cache not found for keys
warning, but still was not generating theCHANGELOG.md
, so it might not be related. pnpm changesets:version
works locally (updatingCHANGELOG.md
)
Metadata
Metadata
Assignees
Labels
No labels