Skip to content

Commit b0cf43b

Browse files
Clarify release steps with new github actions
1 parent e628f11 commit b0cf43b

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.rst

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,8 @@ accidentally update a Pypi dependency. If not, push the code:
9393
9494
git push --follow-tags
9595
96-
We use GitHub actions so make sure the build succeeds and then go to the release tab.
97-
GitHub will already have created a release for the tag, but ignore that for now and
98-
draft a new release and enter the tag which you created.
96+
We use GitHub actions so make sure the build succeeds and then go to the tags tab (https://github.com/labd/commercetools-python-sdk/tags).
9997

100-
Copy the changelog items in in the release description and save. This will then
101-
automatically trigger a GitHub action to create and upload the package to PyPi.
102-
103-
Then go to Azure Pipelines and wait for the build to create an artifact.
104-
Once the build succeeded go to Releases and create a release with the correct artifact.
105-
This will release the package to Pypi.
98+
Click the dots to trigger a release action. Copy the changelog items in the release description and enter the release version.
99+
This will upload the release to PyPi.
106100

0 commit comments

Comments
 (0)