Skip to content

Conversation

@anuraaga
Copy link
Collaborator

Sets up bumping flow to ease release

Signed-off-by: Anuraag Agrawal <[email protected]>
Copy link
Member

@stefanvanburen stefanvanburen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

neat, hadn't seen bump-my-version before, but looks really useful for this sort of thing.

I realize this is automating a lot of releasing, but mind adding some context on steps to a RELEASE.md (similar to connect-go) (and linking to that from maybe README.md or whatever doc we have on development)? I think it'd be great to have simple steps for anyone to follow to create a new release.

uv run bump-my-version bump {{args}}
uv lock
cd protoc-gen-connect-python && uv lock
git commit -am "Bump version"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm also not sure if we want this automated, or maybe it'd be nice if the commit had more context ("Bump version to <version>")?

(Somewhat assuming that the runtime & plugin will stay the same version, although we could split them out for whatever reason.)

Signed-off-by: Anuraag Agrawal <[email protected]>
@anuraaga
Copy link
Collaborator Author

Doh my update to the do was unsaved/pushed. Will also work it into a RELEASE.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants