Skip to content

Commit 439ba0f

Browse files
nficanojmeekhof
authored andcommitted
standardized release proc
1 parent 08705ec commit 439ba0f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,3 +150,21 @@ Now try and run:
150150
--data '{"pi": 3.14, "e": 2.718}' \
151151
https://<API endpoint URL>
152152
# 5.8580000000000005
153+
154+
Development
155+
===========
156+
157+
Development of this happens on GitHub, patches including tests, documentation are very welcome, as well as bug reports and feature contributions are welcome! Also please open an issue if this tool does not function as you'd expect.
158+
159+
How to release updates
160+
----------------------
161+
162+
Execute the following commands:
163+
164+
.. code:: bash
165+
166+
$ git checkout master
167+
$ bumpversion [major|minor|patch]
168+
$ python setup.py sdist bdist_wheel upload
169+
$ bumpversion --no-tag patch
170+
$ git push origin master --tags

0 commit comments

Comments
 (0)