You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
#410 solved the issue of getting notified of releases but the problem remains the same for devs like us who want to use that repo for production code which would be generally include a major release or atlast minor releases. Getting notified for all the releases including canary (patch updates) is not much helpful. The frequency of patches are higher so our mails gets flooded almost on daily bases.
Projects at github follow the sem version approach so I think it's possible to get notified for only major releases, minor releases or all.
The text was updated successfully, but these errors were encountered:
This would be super nice to have. An alternative would be to allow us to filter repo releases by regex on the release title. Then we could do something simple like .*(^|[v\s])\d+\.\d+\.0($|\s).* to filter down to minor releases and .*(^|[v\s])\d+\.0\.0($|\s).* to filter down to major releases.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
#410 solved the issue of getting notified of releases but the problem remains the same for devs like us who want to use that repo for production code which would be generally include a major release or atlast minor releases. Getting notified for all the releases including canary (patch updates) is not much helpful. The frequency of patches are higher so our mails gets flooded almost on daily bases.
Projects at github follow the sem version approach so I think it's possible to get notified for only major releases, minor releases or all.
The text was updated successfully, but these errors were encountered: