-
Notifications
You must be signed in to change notification settings - Fork 204
Fix: Update latest version of docs to v0.48.x #5025
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
Conversation
Signed-off-by: t-kikuc <[email protected]>
Warashi
left a comment
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.
Thank you
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5025 +/- ##
==========================================
- Coverage 22.45% 22.44% -0.01%
==========================================
Files 520 520
Lines 56852 56852
==========================================
- Hits 12765 12760 -5
- Misses 43061 43066 +5
Partials 1026 1026 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
The cause is ./hack/gen-release-docs.sh expects sed is the BSD version, it's the default of macOS. |
ffjlabo
left a comment
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.
🚀
Signed-off-by: t-kikuc <[email protected]> Signed-off-by: khanhtc1202 <[email protected]>
Signed-off-by: t-kikuc <[email protected]> Signed-off-by: Yoshiki Fujikane <[email protected]>
* Fix: Update latest version of docs (#5025) Signed-off-by: t-kikuc <[email protected]> Signed-off-by: Yoshiki Fujikane <[email protected]> * Update to v0.48.6 (#5137) Signed-off-by: Yoshiki Fujikane <[email protected]> Signed-off-by: Yoshiki Fujikane <[email protected]> --------- Signed-off-by: t-kikuc <[email protected]> Signed-off-by: Yoshiki Fujikane <[email protected]> Signed-off-by: Yoshiki Fujikane <[email protected]> Co-authored-by: Tetsuya Kikuchi <[email protected]>
What this PR does / why we need it:
The latest version of docs is still v0.47.x although we released v0.48.0.
The cause is not clear yet.
I executed the following command to fix it.
pipecd/hack/gen-release-docs.sh
Lines 63 to 64 in 6439f97
Which issue(s) this PR fixes:
N/A
Does this PR introduce a user-facing change?: no