Skip to content

Commit

Permalink
Docs: Update contributing guide
Browse files Browse the repository at this point in the history
Add missing steps to release a new version
  • Loading branch information
rodrigobdz committed Jul 12, 2022
1 parent d19163f commit 73f67ce
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ Lint all files manually:

1. Configure PyPI credentials in `$HOME/.pypirc`

1. Bump version in [setup.cfg](https://github.com/rodrigobdz/lrp/blob/main/setup.cfg#L3)

1. Bump version in [README.md](https://github.com/rodrigobdz/lrp/commit/c27003dd669c3e6a34af1f3e864dbe22a0b562c4)

1. Create GitHub release. [Example](https://github.com/rodrigobdz/lrp/releases/tag/v0.1.5)

1. Update zenodo links in [README.md](https://github.com/rodrigobdz/lrp/commit/d19163f140c80075911ebb2b5234030a312ab4f8)

1. Build and upload package

```sh
Expand Down

0 comments on commit 73f67ce

Please sign in to comment.