dapr / rust-sdk

Dapr SDK for Rust - Alpha
Apache License 2.0
214 stars 63 forks source link

[Release Enhancement] GHA Workflows to Update Versions Automatically #108

Open cicoyle opened 1 year ago

cicoyle commented 1 year ago

It would be nice to have an automated process that listens for a new tag to be pushed to the dapr/dapr repo && dapr/cli that updates the version accordingly so we are always up to date on changes and can automate our release candidate testing. This should be automated to minimize the manual steps in the release process.

I propose adding a GitHub Action Workflow to dapr/rust-sdk that listens for a new tag on the dapr/dapr repo && dapr/cli and auto creates a Pull Request that updates that accordingly. Example updates. Protos will need to be updated/automated with this

Note: Use the DAPR_BOT secret