internetguru / flow

Use Git Flow with ease – maintain branches, semantic versioning, releases, and changelog with a single command.
Other
41 stars 6 forks source link

Hotfix usage #67

Closed petrzpav closed 7 years ago

petrzpav commented 7 years ago

Fix issue #64.

Test is not included, because of omgf -h is failing on macOS, see #66. So what about add a test and set allow_failures to osx?

This PR also fixes wrong compare URLs in CHANGELOG.md..

jnv commented 7 years ago

Well, I disagree with allowing tests to fail on macOS even as a temporary measure. Rather skip the failing test on macOS (based e.g. on the environment variable) and keep #66 open.