Skip to content

Commit 8a247f1

Browse files
committed
save
Signed-off-by: Anuraag Agrawal <[email protected]>
1 parent 29ad091 commit 8a247f1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

DEVELOPMENT.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,18 @@ The project includes protobuf code generation for examples and tests:
7777
uv run just generate
7878
```
7979

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+
8092
## Documentation
8193

8294
### Building Documentation

0 commit comments

Comments
 (0)