Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/merlinschumacher/git-release-notifier
- Owner: merlinschumacher
- License: gpl-3.0
- Created: 2022-01-17T16:28:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-17T06:56:49.000Z (5 months ago)
- Last Synced: 2024-08-17T07:55:08.149Z (5 months ago)
- Topics: git, github, gitlab, notification-service, notifications
- Language: Python
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```