Open
Description
I apologize for spamming #14
So I believe my issue was a result of the unit tests operating under the assumption that I have access to a repository called stevemaotest/conventional-github-releaser-test
.
It's actually impossible to verify any changes I make locally.
Therefore I wanted to propose extending the testing suite with offline unit and integration tests.
For unit testing we could use something like proxyquire
, and for integration tests we could use nock
.