Skip to content

Commit 4d433fd

Browse files
author
Peter Slump
committed
Tweaks for bumpversion
1 parent 915b906 commit 4d433fd

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,19 @@ Run the container
6868
Go in the browser to http://localhost:8050 and view the documentation which get
6969
refreshed and updated on every update in the documentation source.
7070

71+
--------------
72+
Create release
73+
--------------
74+
75+
.. code:: bash
76+
77+
$ git checkout master
78+
$ git pull
79+
$ bumpversion release
80+
$ deploy-pypi
81+
$ bumpversion --no-tag patch
82+
$ git push origin master --tags
83+
7184
Release Notes
7285
=============
7386

0 commit comments

Comments
 (0)