Skip to content

Commit b68f336

Browse files
committed
docs: improve release docs
1 parent 018833a commit b68f336

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/releasing.rst

+7-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,13 @@ Run `git tag vmajor.minor.minor`.
3232

3333
Run `git push origin vmajor.minor.minor && git push origin master`
3434

35-
Wait for the CI checks to run before uploading the release to pypi.
35+
Wait for the CI to be done and all green.
36+
37+
Go to the releases page on github and use the "draft a new release" button
38+
to create a new release. Use the exisiting tag. You can copy-past the
39+
changelog's content there if you want to.
40+
41+
Once you are done, you can upload the release to pypi.
3642

3743
Uploading to pypi
3844
-----------------

0 commit comments

Comments
 (0)