Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pydanny committed Sep 24, 2023
1 parent a4c17c7 commit 2ea3c56
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,13 @@ make test
### Releasing on PyPI

1. Update the `version` in `pyproject.toml`. We use semantic versioning
2. At the command line, run `make tag`
3. Go to [tags page](https://github.com/pydanny/dj_notebook/tags), choose the most recent tag, and click `Draft a new release`
2. Create and merge a PR branch called `release-x.x.x`
3. Pull from `main``
4. At the command line, run `make tag`
5. Go to [tags page](https://github.com/pydanny/listo/tags), choose the most recent tag, and click `Draft a new release`
6. Click `Generate release notes` and save
7. Run `make changelog`
8. Use `git commit --amend` to add the just pulled release notes to the release commit


### Building the project locally
Expand Down

0 comments on commit 2ea3c56

Please sign in to comment.