You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/quickstarts that listens for a new tag on the dapr/dapr repo && dapr/cli and auto creates a Pull Request that updates that line in the .github/env/global.env file. Example of the lines to update
The text was updated successfully, but these errors were encountered:
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/quickstarts
that listens for a new tag on thedapr/dapr
repo &&dapr/cli
and auto creates a Pull Request that updates that line in the.github/env/global.env
file. Example of the lines to updateThe text was updated successfully, but these errors were encountered: