Skip to content

Commit

Permalink
Consolidate release notes into RELEASE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Silvester committed May 10, 2020
1 parent b561e73 commit 87201a5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 69 deletions.
3 changes: 2 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ npm install -g po2json

```bash
vim notebook/_version.py
python setup.py jsversion
git commit -am "Release $(python setup.py --version)"
git tag $(python setup.py --version)
```
Expand All @@ -61,7 +62,7 @@ twine check dist/* && twine upload dist/*
## Change back to dev version

```bash
vim notebook/_version.py
vim notebook/_version.py # Add the .dev suffix
git commit -am "Back to dev version"
```

Expand Down
67 changes: 0 additions & 67 deletions docs/source/development_release.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ The Jupyter Notebook
:caption: Contributor Documentation

contributing
development_release
development_faq

.. toctree::
Expand Down

0 comments on commit 87201a5

Please sign in to comment.