Add an option to skip notifications for "pre-release"
Hi,
Today we receive notifications for pre-release : https://github.com/brave/browser-laptop/releases/tag/v0.25.203

Is it possible to add an option to skip notifications for these ?
+1 on that 👍 Especially with Brave 😅
im basically done with this feature, you'll be able to subscribe to major & minor releases only, meaning any release that matches pattern *.*.0
i want to properly cover all the usecases with end-to-end tests before i deploy it, which will take some time, probably this week i'll finish
Awesome @vfeskov ! Thanks a lot
done, will describe in release notes
Hi @vfeskov, unfortunately this implementation did not solved my issue. Like I said, I was thinking to check the release status (draft, pre-release, release) :

Where :
-
release = !release.draft && !release.prerelease -
prerelease = release.prerelease -
draft = release.draft
thing is im not using github api because of rate limiting, im using atom feeds, e.g., https://github.com/angular/angular/releases.atom , and i think it doesn't have those flags, does it?
Ok legit, I understand the limitation. And unfortunalety, you right there is no evidence for these flags in ATOM feeds :persevere: