Skip to content

Commit 018833a

Browse files
committed
docs: improve release process
1 parent 9a24d59 commit 018833a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/releasing.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@ Merging and releasing
2222

2323
Merge develop into master:
2424

25+
Run `git checkout master`.
26+
2527
Run `git merge develop master`.
2628

2729
Tag the version (do not forget the v):
2830

2931
Run `git tag vmajor.minor.minor`.
3032

31-
Run `git push origin v2.0.0 && git push origin master`
33+
Run `git push origin vmajor.minor.minor && git push origin master`
3234

3335
Wait for the CI checks to run before uploading the release to pypi.
3436

0 commit comments

Comments
 (0)