Working in a repository in which `gh-pages` is the main / only branch, the recommended publishing step: ``` git push --follow-tags origin master; npm publish ``` Will always fail, because `master` is not a valid branch. Could standard-version check for the main branch and recommend it?