From 1af1322778dedf9b754deb30153a48c29f774965 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Thu, 23 Jun 2022 11:10:12 +0200 Subject: [PATCH 1/2] Fix links in the README, for real this time MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: #4558 Signed-off-by: Aurélien Bompard --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 26ca577ac1..83d5c433dd 100644 --- a/README.rst +++ b/README.rst @@ -27,13 +27,13 @@ Documentation ============= You can read Bodhi's -`release notes `_ +`release notes `_ and documentation `online `_. If you are interested in contributing to Bodhi, you can read the `developer documentation`_. -.. _developer documentation: https://fedora-infra.github.io/bodhi/latest/developer/index.html +.. _developer documentation: https://fedora-infra.github.io/bodhi/develop/developer/index.html IRC From 558c90742d99371ed60ca8c1da6a707a52fe3cc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Thu, 23 Jun 2022 11:16:37 +0200 Subject: [PATCH 2/2] Update the version in the spec files too MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- bodhi-client/bodhi-client.spec | 2 +- bodhi-messages/bodhi-messages.spec | 2 +- bodhi-server/bodhi-server.spec | 2 +- docs/developer/releases.rst | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/bodhi-client/bodhi-client.spec b/bodhi-client/bodhi-client.spec index 07c60993e1..55569468d0 100644 --- a/bodhi-client/bodhi-client.spec +++ b/bodhi-client/bodhi-client.spec @@ -1,6 +1,6 @@ # Created by pyp2rpm-3.3.7 %global pypi_name bodhi-client -%global pypi_version 6.0.0 +%global pypi_version 6.0.1 Name: %{pypi_name} Version: %{pypi_version} diff --git a/bodhi-messages/bodhi-messages.spec b/bodhi-messages/bodhi-messages.spec index 1e68be74c5..426021bb5c 100644 --- a/bodhi-messages/bodhi-messages.spec +++ b/bodhi-messages/bodhi-messages.spec @@ -1,6 +1,6 @@ # Created by pyp2rpm-3.3.7 %global pypi_name bodhi-messages -%global pypi_version 6.0.0 +%global pypi_version 6.0.1 Name: %{pypi_name} Version: %{pypi_version} diff --git a/bodhi-server/bodhi-server.spec b/bodhi-server/bodhi-server.spec index 2cbf280db6..1682b338d3 100644 --- a/bodhi-server/bodhi-server.spec +++ b/bodhi-server/bodhi-server.spec @@ -1,5 +1,5 @@ %global pypi_name bodhi-server -%global pypi_version 6.0.0 +%global pypi_version 6.0.1 Name: %{pypi_name} Version: %{pypi_version} diff --git a/docs/developer/releases.rst b/docs/developer/releases.rst index 1ab628adbb..46eeaf100f 100644 --- a/docs/developer/releases.rst +++ b/docs/developer/releases.rst @@ -113,7 +113,8 @@ Preparation If you are making a new major or new minor release: #. Prepare the ``.mergify.yml`` file for the new ``major.minor`` branch as described above. -#. Raise the version to the appropriate value in ``bodhi-*/pyproject.toml``. +#. Raise the version to the appropriate value in ``bodhi-*/pyproject.toml`` and in the spec files + in ``bodhi-*/*.spec``. #. Add missing authors to the release notes fragments by changing to the ``news`` directory and running the ``get-authors.py`` script, but check for duplicates and errors #. Generate the release notes by running ``towncrier build --version VERSION``. Be aware that any