diff --git a/docs/repo maintenance.md b/docs/repo maintenance.md index 51032e2..7df64bf 100644 --- a/docs/repo maintenance.md +++ b/docs/repo maintenance.md @@ -26,5 +26,5 @@ while still being in the repo's root : 1. (If you did not use `--commit`) - Commit the version-bumped files - Add a tag with the format `vX.Y.Z` (don't forget the `v` at the start) -1. Push the version bump commit +1. Push the version bump commit and the tag 1. Build & publish
`$ poetry publish --build`