Skip to content
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

Changeset diff against the remote branch #1299

Open
timotheeguerin opened this issue Jan 27, 2024 · 0 comments
Open

Changeset diff against the remote branch #1299

timotheeguerin opened this issue Jan 27, 2024 · 0 comments

Comments

@timotheeguerin
Copy link

Affected Packages

@changeset/cli
@changeset/git

Problem

When you run changeset add locally it will do a diff against your local main branch instead of the current remote but if you updated your local working branch with the remote main branch without updating your local main branch (e.g. git pull origin main) then it will report changes in other packages(from any commits made into main since).

Proposed solution

It would be nice to have a way to resolve the diff against the remote branch so you don't have to keep your local base branch up to date.

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

No branches or pull requests

1 participant