ericclemmons / github-semantic-version

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

Looks like the travis build is failing (in this repo) #9

Closed comamitc closed 7 years ago

comamitc commented 7 years ago

https://travis-ci.org/ericclemmons/github-semantic-version#L498

I haven't quite dug into the code base, so not sure I can submit a PR but I can look into it.

comamitc commented 7 years ago

Perhaps there should just be some default options when none are supplied? I would vote for the least nuclear option so no push / publish just maybe --bump --changelog.

daveashworth commented 7 years ago

Oops. Previously github-semantic-version did --bump --push --publish by default.

Those options needed to be added to the release script after the latest changes. We'll also add the --changelog option since that was the point of the last release, to have an up-to-date version and changelog.

comamitc commented 7 years ago

:+1: