Skip to content

chore: fix changeset package name#177

Merged
marandaneto merged 1 commit into
mainfrom
chore/fix-changeset-package-name
Jun 18, 2026
Merged

chore: fix changeset package name#177
marandaneto merged 1 commit into
mainfrom
chore/fix-changeset-package-name

Conversation

@marandaneto

Copy link
Copy Markdown
Member

💡 Motivation and Context

The release workflow failed because the pending changeset referenced the Composer package name (posthog/posthog-php) instead of the Changesets workspace package name (posthog-php). Changesets could not find that package in the workspace, so pnpm changeset version exited before creating the release.

💚 How did you test it?

  • Ran pnpm install --frozen-lockfile
  • Ran pnpm changeset status and confirmed posthog-php is detected for a minor bump

📝 Checklist

  • I reviewed the submitted code.
  • I added tests to verify the changes.
  • I updated the docs if needed.
  • No breaking change or entry added to the changelog.

If releasing new changes

  • Ran pnpm changeset to generate a changeset file

🤖 Agent context

Autonomy: Human-driven (agent-assisted)

An agent inspected the failed release logs, identified the mismatch between the changeset package name and package.json, and updated the existing changeset to reference posthog-php. Validation used Changesets status output rather than creating a new changeset, because this PR only fixes release metadata for an already pending changeset.

@marandaneto marandaneto self-assigned this Jun 18, 2026
@marandaneto marandaneto marked this pull request as ready for review June 18, 2026 12:12
@marandaneto marandaneto requested a review from a team as a code owner June 18, 2026 12:12
@marandaneto marandaneto enabled auto-merge (squash) June 18, 2026 12:12
@marandaneto marandaneto merged commit 92f72f0 into main Jun 18, 2026
22 checks passed
@marandaneto marandaneto deleted the chore/fix-changeset-package-name branch June 18, 2026 12:15
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

Successfully merging this pull request may close these issues.

2 participants