java-sdk
java-sdk copied to clipboard
[Release Enhancement] GHA Workflows to Update Versions Automatically
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/java-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 of the lines to update. Protos might need to be updated/automated with this as well
Note: Use the DAPR_BOT secret
Similar to the PR https://github.com/dapr/java-sdk/pull/927
On tags, we could always create the above PR automatically.
Additionally, could there be a workflow dispatch to create a PR to manually set the proto version to master if needed? cc @dapr/maintainers-java-sdk