-
Notifications
You must be signed in to change notification settings - Fork 379
ci: refactor bump downstream versions worflow and adds demo-scene #6171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
ci: refactor bump downstream versions worflow and adds demo-scene #6171
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR refactors the release workflow to simplify version bumping across multiple downstream repositories and integrates triggering for a new demo-scene.
- Replaces the bump-doc-version job with bump-downstream-repo-versions.
- Updates the working directory command and environment variables for the new job.
Comments suppressed due to low confidence (1)
.github/workflows/release.yml:463
- [nitpick] The TARGET_REPOS variable uses 'demo' while the PR title mentions 'demo-scene'. Consider aligning the naming for consistency.
TARGET_REPOS: website,docs,demo
env: | ||
TARGET_REPOS: website,docs,demo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can set Repository variables so that we can modify the repository list at any time later.
env:
DOWNSTREAM_TARGET_REPOS: ${{ vars.DOWNSTREAM_TARGET_REPOS }}
key: DOWNSTREAM_TARGET_REPOS
value: website,docs,demo
I hereby agree to the terms of the GreptimeDB CLA.
Refer to a related PR or issue link (optional)
What's changed and what's your intention?
This PR reactor the scripts to automatically trigger workflows in various repos based on version type, streamlining release processes and reducing manual effort.
Depends on GreptimeTeam/demo-scene#85
PR Checklist
Please convert it to a draft if some of the following conditions are not met.