Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/merlinschumacher/git-release-notifier

A script to send mail notifications on new releases of git repos
https://github.com/merlinschumacher/git-release-notifier

git github gitlab notification-service notifications

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
```