Skip to content

Commit 9b0cfd1

Browse files
committed
README: document release instructions
1 parent 5fc7a21 commit 9b0cfd1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,13 @@ uv run pytest -x -s -vvv
2121
```
2222

2323
[exoscale]: https://www.exoscale.com/
24+
25+
## Releasing
26+
27+
* Add changes to the changelog in `docs/changes.rst`
28+
* Bump version in `exoscale/__init__.py`
29+
* Commit and tag with `v{version}`
30+
* Wait for the [package
31+
workflow](https://github.com/exoscale/python-exoscale/actions/workflows/pypi-package.yaml)
32+
to complete its first step
33+
* Review the release artifacts and approve

0 commit comments

Comments
 (0)