[Release Enhancement] GHA Workflows to Update Versions Automatically #1346
Labels
area/release-engineering
related to workflows and release automation tasks
triaged/resolved
The issue has been triaged
It would be nice to have an automated process that listens for a new tag to be pushed to the
dapr/kit
repo &&dapr/components-contrib
&&dapr/dapr
that updates thego.mod
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/cli
that listens for a new tag on thedapr/kit
repo &&dapr/components-contrib
&&dapr/dapr
and auto creates a Pull Request that updates that line in thego.mod
file and other relevant changes (go.sum
) as a result ofgo mod tidy
. As well as updates the version in the e2e tests & other relevant tests.The text was updated successfully, but these errors were encountered: