-
Notifications
You must be signed in to change notification settings - Fork 797
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
fix: stop suggesting npm publish if package.json was not updated #319
fix: stop suggesting npm publish if package.json was not updated #319
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like this. Thanks for the PR!
@MiniGod agreed, great addition; mind rebasing? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM as soon as you rebase.
427b891
to
073ad8b
Compare
@MiniGod I apologize for the slow turn around, |
073ad8b
to
f0642f9
Compare
f0642f9
to
34aadcc
Compare
It's ready for you now. |
[email protected]
introduced git tag fallback, but it is still suggestingnpm publish
even ifpackage.json
was not updated.Added a check so it doesn't. Could later be generalized for bower and composer, etc...?
Did a small refactor in
bump.js
so that the check would be simpler.