-
Notifications
You must be signed in to change notification settings - Fork 243
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
Make bump-version.sh
also update the version in documentation sample outputs
#6608
Make bump-version.sh
also update the version in documentation sample outputs
#6608
Conversation
✅ Deploy Preview for odo-docusaurus-preview canceled.
|
Kudos, SonarCloud Quality Gate passed! |
Flaky E2E test - will be addressed in #6582 /override OpenShift-Integration-tests/OpenShift-Integration-tests |
@rm3l: Overrode contexts on behalf of rm3l: OpenShift-Integration-tests/OpenShift-Integration-tests In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What type of PR is this:
What does this PR do / why we need it:
bump-version.sh
is used whenever we are ready to tag a new version. But now that documentation tests are integrated into the CI jobs (#6521), checks for the new version would not pass straight away, and we would need to manually figure out which files would need to be updated.This happened in the PR for
v3.7.0
: #6596 (comment)So this PR is about ensuring the odo version is also updated accordingly in the documentation sample outputs potentially referenced by the Docs tests.
Which issue(s) this PR fixes:
Related to #6192
PR acceptance criteria:
Unit test
Integration test
Documentation
How to test changes / Special notes to the reviewer:
Run the script and make sure it updated the relevant
*.mdx
files underdocs/website/docs/**/docs-mdx/**/
.