Skip to content

Commit

Permalink
docs: update PUBLISHING.md
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bluhm <[email protected]>
  • Loading branch information
dbluhm committed Sep 7, 2023
1 parent 492091e commit 992c0a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PUBLISHING.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Once you have the list of PRs:
errors should be fixed in the code.

5. Update the version number listed in
[aries_cloudagent/version.py](aries_cloudagent/version.py) and, prefixed with
[pyproject.toml](pyproject.toml) and, prefixed with
a "v" in [open-api/openapi.json](open-api/openapi.json) and
[open-api/swagger.json](open-api/swagger.json) (e.g. "0.7.2" in the
version.py file and "v0.7.2" in the openapi.json file). The incremented
Expand All @@ -126,7 +126,7 @@ Once you have the list of PRs:

9. Immediately after it is merged, create a new GitHub tag representing the
version. The tag name and title of the release should be the same as the
version in [aries_cloudagent/version.py](aries_cloudagent/version.py). Use
version in [pyproject.toml](pyproject.toml). Use
the "Generate Release Notes" capability to get a sequential listing of the
PRs in the release, to complement the manually curated Changelog. Verify on
PyPi that the version is published.
Expand Down

0 comments on commit 992c0a9

Please sign in to comment.