go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
44.93k stars 5.48k forks source link

Feature request: option to watch releases/tags #6426

Open Mikaela opened 5 years ago

Mikaela commented 5 years ago

Description

I wish Gitea had an option to only watch for releases / new tags like GitHub's option notifications: releases only. I understand that currently watching sends notifications on new issues/comments/pull requests which may be very active while I may only beinterested in when they release/tag new versions unless I subscribe something by myself.

Loosely related issues:

Amolith commented 5 years ago

This is a feature I'm really missing as well. Some of the web services I run are on Gitea rather than GitHub/Gitlab (which is good imo) but staying on top of releases is difficult when I have to remember to explicitly look at that repo rather than just keep an eye on my feed reader.

ghost commented 4 years ago

I still prefer RSS/Atom for everything but I think this is a great feature request. Just don't follow GH's behavior of not counting uploads without a message as releases, and thus not sending notifications when you're watching releases only.

lunny commented 4 years ago

We need notifications on releases/tags

Mikaela commented 4 years ago

I am not sure if this belongs here, but it would be nice to be able to also see how many users are just subscribing to releases while GitHub only counts those who are subscribed to all notifications.

Dark-Feather commented 3 years ago

I second the idea of supporting RSS feeds for projects. Even if it's as simple as presenting the commits or tags in a project as an Atom feed, that would be really helpful when subscribing through an RSS aggregator.

BluePixel4k commented 9 months ago

Related pull request: https://github.com/go-gitea/gitea/pull/26865