-
Notifications
You must be signed in to change notification settings - Fork 257
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
Github action setup question #386
Comments
I don't think In the scenario that you describe, |
Hi @Andarist I actually was able to just solve it, so i'll put what I did here. Yes - I have to rebase develop with master due to the new commit. In this repo i'm using
Then once I merge, On success of the changesets step, (cant forget the
This is how I was able to get changesets action working with a github flow. I genuinely prefer not using the github flow, but because we use it at work, I wanted to get a working example of it with changesets to present. I'm using an NX monorepo, and in this case also using pnpm workspaces and it seems that this does the trick although i've only just now run the CI and published If you see a problem with this flow please let me know :) |
I want to make sure I understand this correctly. My goal is for changesets to have this flow
feature branch -> merge develop -> create pr against master -> merge to master releases to npm.
is this correct? I read a few issues and saw the PR that added the
branch
to it. the description of the config setting wasn't entirely clear to me though.The text was updated successfully, but these errors were encountered: