Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI/CD: changeset release no longer updating CHANGELOG.md #569

Open
techniq opened this issue Mar 10, 2025 · 2 comments
Open

CI/CD: changeset release no longer updating CHANGELOG.md #569

techniq opened this issue Mar 10, 2025 · 2 comments

Comments

@techniq
Copy link
Owner

techniq commented Mar 10, 2025

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)
@techniq
Copy link
Owner Author

techniq commented Mar 10, 2025

Likely not the issue, but going through some commits / releases and found some CHANGELOG resolving changes in recent commits / releases.

techniq added a commit that referenced this issue Mar 10, 2025
@techniq
Copy link
Owner Author

techniq commented Mar 10, 2025

Downgrading from 2.28.1 to 2.27.8 did not fix the issue.

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

No branches or pull requests

1 participant