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 29ad091 commit 8a247f1Copy full SHA for 8a247f1
DEVELOPMENT.md
@@ -77,6 +77,18 @@ The project includes protobuf code generation for examples and tests:
77
uv run just generate
78
```
79
80
+## Releasing
81
+
82
+To release a new version, we need to first update the version numbers
83
+in pyproject.toml and then cut a tag to trigger the release workflow.
84
85
+```bash
86
+uv run just bump minor # or patch
87
+```
88
89
+Make a PR to apply the commit as usual, then push a tag, for example
90
+by [drafting a release](https://github.com/connectrpc/connect-python/releases/new).
91
92
## Documentation
93
94
### Building Documentation
0 commit comments