Skip to content

Commit

Permalink
docs: update publishing a release in hacking (#1173)
Browse files Browse the repository at this point in the history
Update `HACKING.md` "Publishing a Release" part.
  • Loading branch information
IronCore864 authored Apr 3, 2024
1 parent b2365b7 commit b1b4934
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,9 @@ To make a release of the ops library, do the following:
E.g. 2.3.12 Bug fixes for the Juju foobar feature when using Python 3.12
4. Use the "Generate Release Notes" button to get a copy of the changes into the
notes field.
5. Group the changes by the commit type (feat, fix, etc), stripping that prefix
from the bullet point, and using the full name ("Features", not "feat") for
the group heading.
5. Group the changes by the commit type (feat, fix, etc.) and use full names (e.g., "Features",
not "feat") for group headings. Strip the commit type prefix from the bullet point. Strip the
username (who did each commit) if the author is a member of the Charm Tech team.
6. Where appropriate, collapse multiple tightly related bullet points into a
single point that refers to multiple commits.
7. Create a new branch, and copy this text to the [CHANGES.md](CHANGES.md) file,
Expand Down

0 comments on commit b1b4934

Please sign in to comment.