Skip to content

Commit

Permalink
Update release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Aug 28, 2018
1 parent 3531093 commit c3c31ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ To release a new version of Spyder notebook on PyPI:

* git fetch upstream && get merge upstream/master

* git clean -xfdi

* Update CHANGELOG.md with loghub

* Update `_version.py` (set release version, remove 'dev0')
Expand All @@ -29,5 +31,4 @@ To release a new version of Spyder notebook on PyPI:
* Publish release announcement

* **Note**: Before using these commands be sure that the distribution is complete
i.e all the needed files are in the distribution for uploading.
Also, do not take the dist files into account when doing the commits.
i.e all the needed files are in the tarball for uploading.

0 comments on commit c3c31ae

Please sign in to comment.