/git-release-notifier

A script to send mail notifications on new releases of git repos

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

git-release-notifier - A git release/tag notification script

This script will send you an email, when a new release/tag is published on GitHub or any other given Git repo.

To configure it just look at the config.yml.examlpe file and modify it to your needs.

There is also a docker image available for this script. To run a container use the following command:

docker run -v $(pwd)/config.yml:/app/config.yml ghcr.io/merlinschumacher/git-release-notifier:main