Skip to content

Commit

Permalink
more developer docs
Browse files Browse the repository at this point in the history
  • Loading branch information
biasmv committed Jun 28, 2015
1 parent f298589 commit 8b0f1f6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/developer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ How to release a new version of PV

These are the steps to release a new version of PV:

Release Testing
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* Check that all unit tests pass
* Check that the samples in the documentation work
* Check that all samples in the demo work
Expand All @@ -73,4 +76,13 @@ These are the steps to release a new version of PV:
biojs-sniper
open http://localhost:9090/snippets
Release Publishing
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* Publish the package to npm: ``npm publish``
* tag the release using ``git tag v$version -m "tagging v$version"``
* Upload the release package to github releases
* Create a readthedocs documentation version for the new tag
* Set the tag as the default version


0 comments on commit 8b0f1f6

Please sign in to comment.