We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc7a21 commit 9b0cfd1Copy full SHA for 9b0cfd1
README.md
@@ -21,3 +21,13 @@ uv run pytest -x -s -vvv
21
```
22
23
[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