Skip to content

Commit

Permalink
added notes
Browse files Browse the repository at this point in the history
  • Loading branch information
6uhrmittag committed Nov 1, 2018
1 parent 1f6b022 commit 0519c3c
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
===============
Contributing
===============
===============

release workflow
----------------

.. code:: bash
#commit version
git commit -m "comment"
#run tests
tox
#bumpversion [major | minor | patch]
bumversion patch
#push incl. tags
git push
git push --tags

0 comments on commit 0519c3c

Please sign in to comment.