Skip to content

Commit

Permalink
chore: fix maintenance docs (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
czosel authored Apr 17, 2024
1 parent 4fd4a34 commit 9947377
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions MAINTAINING.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
# Maintainer's Handbook
## Make a new release


1. Checkout main branch, ensure you have all tags
2. Figure out the next version
3. Update code ([setup.py](setup.py), [CHANGELOG.md](CHANGELOG.md))
4. Pull Request with the version bump.
5. Create tag and release on the merge commit with the changelog

```sh
# Ensure you're on the current `main` branch and have all release tags
git checkout main
git pull origin --tags
```

The new release will be built by GitHub Actions and automatically uploaded to PyPi.
Thanks to python-semantic-release being fully enabled, all you have to do is go to "Actions" and manually trigger the "Release" workflow.

0 comments on commit 9947377

Please sign in to comment.