ericclemmons/github-semantic-version

npm publish before push to repo?

daveashworth opened this issue · 1 comments

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

Sorry I missed this comment on a previously closed issue (#10). It's a good question. I think the idea was if the code didn't get pushed to the repo, we shouldn't publish to npm, but I'm definitely open to reasoning about the other way around @ericclemmons.

You know what, pushing to Github makes more sense. That should be a requirement for npm publish since Github is our source of truth, not NPM.

Thanks for making me think about it!