From cf4d0958c40277b971896dbce2f29907dd34e87d Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Tue, 2 Apr 2024 17:33:12 +0200 Subject: [PATCH] Fixed order of 'make authors' step in release procedure Signed-off-by: Andreas Maier --- AUTHORS.md | 1 + docs/development.rst | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index c794f4be..1ff1d36c 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -5,6 +5,7 @@ Sorted list of authors derived from git commit history: Andreas Maier Andreas Maier Andreas Maier +Anil Kumar Dakarapu Jakob Naucke Jakob-Naucke Juergen Leopold diff --git a/docs/development.rst b/docs/development.rst index 6d45c9ab..2b1f2a6c 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -242,18 +242,18 @@ local clone of the zhmc-prometheus-exporter Git repo. add text for any known issues you want users to know about. * Remove all empty list items. -6. Commit your changes and push the topic branch to the remote repo: +6. Update the authors: .. code-block:: sh - git commit -asm "Release ${MNU}" - git push --set-upstream origin release_${MNU} + make authors -7. Update the authors: +7. Commit your changes and push the topic branch to the remote repo: .. code-block:: sh - make authors + git commit -asm "Release ${MNU}" + git push --set-upstream origin release_${MNU} 8. On GitHub, create a Pull Request for branch ``release_M.N.U``.