I'm trying to publish this package using np major
, but it hangs on the "Bumping version" step. When I exit the process and run git log
I see that it has created a commit for v1.0.0, but it hasn't created a tag, so it seems to fail on the tagging part. I'm using git v2.7.0 and Node v6.3.1.
$ np major
β Prerequisite check
β Git
β Cleanup
β Installing dependencies
β Running tests
β Prerequisite check
β Git
β Cleanup
β Installing dependencies
β Running tests
β ¦ Bumping version
β v1.0.0
Publishing package
Pushing tags
Is there a debug/verbose flag that I can set to get more detailed output? Could the precommit hook I have in place (through husky) have something to do with it?
For now I have tagged and published my package manually.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too