Skip to content

add environments var for configuration + better version comparison

Compare
Choose a tag to compare
@jaymoulin jaymoulin released this 14 Mar 17:58
· 28 commits to master since this release
  • Can configure where to load/store json databases files thanks to environment variables
GRN_VERSIONS_FILE: Path to saved versions (default: ${HOME}/.github_release_notifier/versions)
GRN_HOOKS_FILE: Path to hooks configuration (default: ${HOME}/.github_release_notifier/hooks)
  • grn is now an alias of github-release-notifier in CLI (just writing this line show me how helpful it is)
  • Defaut empty version database file in docker image (#8)
  • Better version comparison : the repo does not need to follow semver anymore (that's a shame though) (#7)
  • Dropped support for s390x docker image (cross compilation segfaults)