Skip to content

Add release workflow #40

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add release workflow #40

wants to merge 2 commits into from

Conversation

Copy link
Contributor Author

Choose a reason for hiding this comment

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


- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This action for Changesets creates a pull request with all of the package versions updated and changelogs updated and when there are new changesets on your configured baseBranch, the PR will be updated. When you're ready, you can merge the pull request and you can either publish the packages to npm manually or setup the action to do it for you. - https://github.com/changesets/action?tab=readme-ov-file

@billfienberg billfienberg marked this pull request as ready for review May 20, 2025 21:35
@billfienberg billfienberg requested a review from a team as a code owner May 20, 2025 21:35
@billfienberg billfienberg requested a review from alex-page May 20, 2025 21:35
@alex-page
Copy link
Member

@billfienberg I wouldn't ship this just yet as if folks need to ship a hotfix they will be used to the current release approach. This could slow down important fixes so we should ship this after summit IMO.

@billfienberg
Copy link
Contributor Author

I wouldn't ship this just yet as if folks need to ship a hotfix they will be used to the current release approach. This could slow down important fixes so we should ship this after summit IMO.

That makes sense to me.

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.

3 participants