We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Previously, I was an external contributor to https://github.com/antfu-collective/sponsorkit so my git remotes looked like this:
origin
up
When I was given permission to do releases, bumpp pushed the tag to origin, which didn't correctly handle the release because it's my fork.
I'm thinking it should cross check that git remote origin matches the repo in package.json and error if not.
git remote origin
package.json
N/A
npm
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Previously, I was an external contributor to https://github.com/antfu-collective/sponsorkit so my git remotes looked like this:
origin
: my forkup
: original repoWhen I was given permission to do releases, bumpp pushed the tag to origin, which didn't correctly handle the release because it's my fork.
I'm thinking it should cross check that
git remote origin
matches the repo inpackage.json
and error if not.Reproduction
N/A
System Info
Used Package Manager
npm
Validations
Contributions
The text was updated successfully, but these errors were encountered: