Skip to content

Commit

Permalink
Add my own notes on releasing a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
sblunt committed Oct 1, 2019
1 parent e71fee8 commit c938f3c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions contributor_guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,10 @@ You should test as much of your code as possible (ideally all of it). To check h
- Classes = named with first letter uppercase
- multi-word function names = lowercase with underscores

- Releasing a new version:
- Pull all new code to master
- Increment version in __init__
- Update docs changelog
- GitHub release
- Upload new code to PyPi

0 comments on commit c938f3c

Please sign in to comment.