You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 when pnpm/action-setup was bumped from 4.0.0 to 4.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 from 2.27.12 to 2.28.1 as well as other dependencies.
Many of the later runs did not have the Cache not found for keys warning, but still was not generating the CHANGELOG.md, so it might not be related.
pnpm changesets:version works locally (updating CHANGELOG.md)
The text was updated successfully, but these errors were encountered:
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:
0.90.5
, the next time the release workflow ran was whenpnpm/action-setup
was bumped from4.0.0
to4.1.0
(job)Cache not found for keys: node-cache-Linux-x64-pnpm-5cb58afeb690fb
warning@changesets/cli
from2.27.12
to2.28.1
as well as other dependencies.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
)The text was updated successfully, but these errors were encountered: