Skip to content

Add changeset versioning workflow#2

Merged
nathan2slime merged 2 commits intomasterfrom
chore/changeset-version-workflow
Mar 18, 2026
Merged

Add changeset versioning workflow#2
nathan2slime merged 2 commits intomasterfrom
chore/changeset-version-workflow

Conversation

@nathan2slime
Copy link
Owner

Summary

  • add a dedicated GitHub Actions workflow to run changesets/action on master pushes and manual dispatch
  • configure the workflow to create/update a release PR using pnpm run version-packages
  • add a root CHANGELOG.md so the changesets action can read and update changelog output without failing

@vercel
Copy link

vercel bot commented Mar 18, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ui Building Building Preview, Comment Mar 18, 2026 0:23am

@nathan2slime nathan2slime merged commit b532524 into master Mar 18, 2026
6 of 7 checks passed
@nathan2slime nathan2slime deleted the chore/changeset-version-workflow branch March 18, 2026 00:30
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: ab117a3f47

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +5 to +6
branches:
- master

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Listen for pushes on main instead of master

I checked the refs in this checkout and the long-lived branch here is main (refs/heads/main exists, while refs/heads/master does not). Because this workflow only subscribes to push events on master, normal merges into the branch maintainers are using will never run changesets/action, so the release PR will only move forward if someone remembers to trigger it manually.

Useful? React with 👍 / 👎.

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.

1 participant