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

Always pulls all commits not just whats after the latest release #96

Open
gminky019 opened this issue Apr 17, 2019 · 0 comments
Open

Always pulls all commits not just whats after the latest release #96

gminky019 opened this issue Apr 17, 2019 · 0 comments

Comments

@gminky019
Copy link

I am trying to configure a simple app and it keeps analyzing all the commits on the repo and not just the subset of commits after the latest release.

This is cause the versions to always be bumped major since there are commits early on that cause a major version update; even though the only commit analyzed should be a patch.

After debugging I've gotten to the point where it seems the package is not getting publish to npm with the gitHead and that cause semantic-release to not grab the subset of correct commits valid for that release.

I'm not sure whats going on. I've reprod this two times with dummy projects.

Note that our repo is published to npm through myget using a .npmrc file.

Any ideas?

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