From 87d8f902366f7c621d78dd029c71868656896a10 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Thu, 14 Mar 2024 15:52:42 +0100 Subject: [PATCH] Document rpm/deb build pipeline --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a00c4f7..6ac8493 100644 --- a/README.md +++ b/README.md @@ -81,3 +81,7 @@ To make a new release, please do: * if required, add labels to unlabled PR/issues, regenerate the changelog * Create a PR with it * After it got merged, push a tag that's prefixed with `v`. GitHub Actions will do the actual release to Rubygems and GitHub Packages + +The Foreman team packages this gem as Debian package (deb) and as RedHat package +(rpm). They have a bot that will automatically propose an rpm/deb update at +[github.com/theforeman/foreman-packaging](https://github.com/theforeman/foreman-packaging/pulls).