merlinschumacher / git-release-notifier

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:Python 95.9%Language:Dockerfile 4.1%