Skip to content

Commit

Permalink
Documented release steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowcap committed Jan 24, 2020
1 parent f97cf61 commit 316dab6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -455,3 +455,13 @@ coverage with

coverage run -m unittest discover
coverage report -m --include=tesselate/*


## Releasing
To release, do the following steps:

- Run tests.
- Update version in `tesselate/__init__.py` file.
- Document main changes in CHANGELOG.
- Push to GitHub.
- Release on GitHub under new version tag.

0 comments on commit 316dab6

Please sign in to comment.