Skip to content

Commit

Permalink
add releasing notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tomviner committed Feb 21, 2016
1 parent 3d4488d commit ec32b3a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest-ast-back-to-python
========================================
=========================

.. image:: https://travis-ci.org/tomviner/pytest-ast-back-to-python.svg?branch=master
:target: https://travis-ci.org/tomviner/pytest-ast-back-to-python
Expand All @@ -13,9 +13,6 @@ A plugin for pytest devs to view how assertion rewriting recodes the AST

----

This `Pytest`_ plugin was generated with `Cookiecutter`_ along with `@hackebrot`_'s `Cookiecutter-pytest-plugin`_ template.


Features
--------

Expand Down Expand Up @@ -89,6 +86,8 @@ License
Distributed under the terms of the `BSD-3`_ license, "pytest-ast-back-to-python" is free and open source software
This `Pytest`_ plugin was generated with `Cookiecutter`_ along with `@hackebrot`_'s `Cookiecutter-pytest-plugin`_ template.
Issues
------
Expand Down
12 changes: 12 additions & 0 deletions RELEASING.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Releasing
=========

Commit changes and ensure tests pass.

Increment the version number in ``setup.py`` according to *SEMVER*.

Upload to pypi:

.. code-block:: bash
$ python setup.py sdist bdist_wheel upload -r pypi
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[bdist_wheel]
universal = 1

0 comments on commit ec32b3a

Please sign in to comment.