Does anyone know if there are ways we can be automatically notified of releases to the Stable channel?
I have my calendar set up to notify me 13+ weeks after a release, but then need to check back periodically if it hasn't happened yet.
Does anyone know if there are ways we can be automatically notified of releases to the Stable channel?
I have my calendar set up to notify me 13+ weeks after a release, but then need to check back periodically if it hasn't happened yet.
I don't believe there's a list, no, you could try following the github repo for releases and get notified that way, maybe?
You could setup a RSS Feed on the changelog using a service like http://rss.app to get updates. If you need email notifications you could also use something like Zapier and integrate rss.app to automate it.
This is a bit meta, but I actually have a daily workflow that hits the https://docs.retool.com/changelog/feed.json endpoint and checks for any recent items with the Self-hosted Retool tag. It then sends me an email with a summary of anything that it finds!
@bobthebear 's answer was equally good, but this works even better:
Made a python script to parse the feed, read the tags, and send an email.
Orchestrated daily with Rundeck (or Airflow or Jenkins), depending.
Thank You!