Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Ability to Watch a project but only for major/minor releases [Feature Request] #1707

Open
GorvGoyl opened this issue Dec 17, 2019 · 1 comment

Comments

@GorvGoyl
Copy link

#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.

@austospumanto
Copy link

austospumanto commented Dec 9, 2020

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants