dapr / dapr/cli

[Release Enhancement] GHA Workflows to Update Versions Automatically

Open
#1,346 1 comment 0 reactions 0 assignees View on GitHub
area/release-engineering triaged/resolved
Dominant language
Go
Stars
353
Forks
221
Avg merge
3d 8h
Merged PRs (30d)
2

Description

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 the `go.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 the `dapr/kit` repo && `dapr/components-contrib` && `dapr/dapr` and auto creates a Pull Request that updates that line in the `go.mod` file and other relevant changes (`go.sum`) as a result of `go mod tidy`. [As well as updates the version in the e2e tests & other relevant tests.](https://github.com/dapr/cli/commit/fae95a44f0ddd89c32d25d88a43f31994b133722)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.