Skip to content

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

Closed
@techniq

Description

@techniq

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions