Skip to content

Commit

Permalink
Fixed order of 'make authors' step in release procedure
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Apr 3, 2024
1 parent 9a9aa02 commit cf4d095
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Sorted list of authors derived from git commit history:
Andreas Maier <[email protected]>
Andreas Maier <[email protected]>
Andreas Maier <[email protected]>
Anil Kumar Dakarapu <[email protected]>
Jakob Naucke <[email protected]>
Jakob-Naucke <[email protected]>
Juergen Leopold <[email protected]>
Expand Down
10 changes: 5 additions & 5 deletions docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``.

Expand Down

0 comments on commit cf4d095

Please sign in to comment.