Skip to content

Commit

Permalink
Upgrade docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alichtman committed Nov 15, 2019
1 parent e0831e8 commit 5863c36
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/development-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ Also, add any necessary tests for new code.
### Deployment

- Bump version in `shallow-backup/constants.py`
- Make commit with the above steps and push it to GitHub.
- Run `$ github_changelog_generator alichtman/shallow-backup`
- Make another commit with the changelog
- Build the package: `$ pypibinary`
- Tag commit with `v{VERSION}`: `$ git tag -a v{VERSION} -m "shallow-backup v{VERSION}"`
- Push commit to GitHub.
- Run `$ github_changelog_generator --user alichtman --project shallow-backup`.
- Make another commit with the changelog
- Build the package: `$ pypibinary`
- Create new release: `$ hub release create v{VERSION} --file dist/shallow-backup-{VERSION}.tar.gz -m "shallow-backup v{VERSION}"`
- Push to PyPI with `$ pypiup`

Expand Down

0 comments on commit 5863c36

Please sign in to comment.