From f14ab8025324be1889e41c9642965faf9000ba1b Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 5 Mar 2026 21:32:15 +0900 Subject: internal/rosa: populate Anitya project ids This enables release monitoring for all applicable projects. Signed-off-by: Ophestra --- internal/rosa/git.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/rosa/git.go') diff --git a/internal/rosa/git.go b/internal/rosa/git.go index d1cbf1e0..b1ca1e14 100644 --- a/internal/rosa/git.go +++ b/internal/rosa/git.go @@ -72,6 +72,8 @@ func init() { Name: "git", Description: "distributed version control system", Website: "https://www.git-scm.com/", + + ID: 5350, } } -- cgit v1.3.1