We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a24d59 commit 018833aCopy full SHA for 018833a
docs/releasing.rst
@@ -22,13 +22,15 @@ Merging and releasing
22
23
Merge develop into master:
24
25
+Run `git checkout master`.
26
+
27
Run `git merge develop master`.
28
29
Tag the version (do not forget the v):
30
31
Run `git tag vmajor.minor.minor`.
32
-Run `git push origin v2.0.0 && git push origin master`
33
+Run `git push origin vmajor.minor.minor && git push origin master`
34
35
Wait for the CI checks to run before uploading the release to pypi.
36
0 commit comments