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 85c0118 commit fd0eeedCopy full SHA for fd0eeed
README.md
@@ -20,3 +20,11 @@ pip install haystack-pydoc-tools
20
## License
21
22
`haystack-pydoc-tools` is distributed under the terms of the [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) license.
23
+
24
+## Release process
25
+To release version `x.y.z`:
26
27
+1. Manually update the version in `src/haystack_pydoc_tools/__about__.py` (via a PR or a direct push to `main`).
28
+2. From the `main` branch, create a tag locally: `git tag vx.y.z`.
29
+3. Push the tag: `git push --tags`.
30
+4. Wait for the CI to release the package on PyPI.
0 commit comments