We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 915b906 commit 4d433fdCopy full SHA for 4d433fd
1 file changed
README.rst
@@ -68,6 +68,19 @@ Run the container
68
Go in the browser to http://localhost:8050 and view the documentation which get
69
refreshed and updated on every update in the documentation source.
70
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
84
Release Notes
85
=============
86
0 commit comments