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 theRELEASE NOTIFIERby adding the project repo into your config and getting notified about them. Enjoy! 🙃
- Create the listen file
config/listen.json
{
"listeners": [
{
"type": "GITHUB",
"listen": [
"RELEASES",
],
"from": "https://github.com/kubernetes/kubernetes",
},
]
}GITHUBGITLAB
RELEASESTAGS
Antes de começar, verifique se você atendeu aos seguintes requisitos:
<comando_de_instalação>
Read the contributing guide
This project is under license. See the LICENSE file for more details.