Skip to content

Commit

Permalink
Add docs of how to new release
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-m committed Jun 28, 2019
1 parent 857b03b commit 6066e58
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/development.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Development
===========

The project is open-source.

Changes are managed through GitHub. Pull requests are particularly welcome.

All changes are automatically tested using TravisCI.

New release
-----------

Follow these steps to publish the new release:

* update changelog - use any text editor
* bump version - use ```bumpversion {major,minor,patch}```
* upload release to PyPI - use ```twine upload dist```
* push changes to GitHub - ```git push origin && git push --tags```
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Welcome to python-anticaptcha's documentation!
fields
api
changes
development

Indices and tables
==================
Expand Down

0 comments on commit 6066e58

Please sign in to comment.