nirum-lang / nirum-python

The Nirum runtime library for Python
https://nirum.org/docs/target/python.html
MIT License
8 stars 9 forks source link

CI builds fail when tags are pushed #85

Closed dahlia closed 7 years ago

dahlia commented 7 years ago

The changelog checker fails when tags are pushed because tag builds lack TRAVIS_COMMIT_RANGE environment variable.

$ git diff --name-only "$TRAVIS_COMMIT_RANGE" | grep CHANGES\.rst
fatal: ambiguous argument '': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'