Skip to content

Commit

Permalink
Add instructions for everywhere versions need updates to RELEASING.md
Browse files Browse the repository at this point in the history
- also, matches API version to current bookstore install version
  • Loading branch information
mpacer committed Dec 6, 2019
1 parent d4a537f commit 9e286ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ version is used.

## Create the release

- [ ] Update version number `bookstore/_version.py`
- [ ] Update version numbers in
- [ ] `bookstore/_version.py` (version_info)
- [ ] `docs/source/conf.py` (version and release)
- [ ] `docs/source/bookstore_api.yaml` (info.version)
- [ ] Commit the updated version
- [ ] Clean the repo of all non-tracked files: `git clean -xdfi`
- [ ] Commit and tag the release
Expand Down Expand Up @@ -48,4 +51,4 @@ twine upload dist/*

- [ ] If all went well:
- Change `bookstore/_version.py` back to `.dev`
- Push directly to `master` and push `--tags` too.
- Push directly to `master` and push `--tags` too.
2 changes: 1 addition & 1 deletion docs/source/bookstore_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ info:
license:
name: BSD 3-clause
url: https://github.com/nteract/bookstore/blob/master/LICENSE
version: 2.5.1
version: 2.5.1dev0
externalDocs:
description: Find out more about Bookstore
url: https://bookstore.readthedocs.io/en/latest/
Expand Down

0 comments on commit 9e286ae

Please sign in to comment.