Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Project to watch repositories of frameworks, libraries and any other projects that you and your team need to keep an eye on to update in case of new releases!!

Notifications You must be signed in to change notification settings

gelias/release-listener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Release Listener

Do you need to be aware of new releases/updates from your project's dependencies and critical fixes? Yes all of us, concerned developers take care of this kind of unplanned task. To save your time a little bit more, you can use the RELEASE NOTIFIER by adding the project repo into your config and getting notified about them. Enjoy! 🙃

Basic Usage

  • Create the listen file config/listen.json
{
    "listeners": [
        {
            "type": "GITHUB",
            "listen": [
                "RELEASES",
            ],
            "from": "https://github.com/kubernetes/kubernetes",
        },
    ]
}

Listener Types

  • GITHUB GITLAB

Listen Actions

  • RELEASES TAGS

💻 Install

Antes de começar, verifique se você atendeu aos seguintes requisitos:

🚀 Run

<comando_de_instalação>

📫 Missing your source notifier? Please, contributes!

Read the contributing guide

📝 License

This project is under license. See the LICENSE file for more details.

⬆ Back to top

About

Project to watch repositories of frameworks, libraries and any other projects that you and your team need to keep an eye on to update in case of new releases!!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published