ericclemmons / github-semantic-version

Automated semantic version releases powered by Github Issues.
MIT License
21 stars 8 forks source link

Version Number? #10

Closed comamitc closed 7 years ago

comamitc commented 7 years ago

screen shot 2016-11-17 at 8 00 34 am

I thought this was weird when I looked at master this morning. NPM has v5.0.1 but package.json says v5.0.2.

daveashworth commented 7 years ago

Has been remedy'd!

ericclemmons commented 7 years ago

HOW!?

comamitc commented 7 years ago

230e49ffd0916329b183ed306f9795b2fa0a8c6026a1a123f04d156608844741

daveashworth commented 7 years ago

The npm publish failed locally yesterday b/c permissions. Code was pushed to Github, but not to npm. That has been remedy'd, thanks @ericclemmons!

ericclemmons commented 7 years ago

@daveashworth Oh yea, regarding order, should npm publish work and then we push changes? That seems a good order, no?