-
Notifications
You must be signed in to change notification settings - Fork 409
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
Iox #743 Backport: Fix website generation and typos for v1.x release #756
Iox #743 Backport: Fix website generation and typos for v1.x release #756
Conversation
Signed-off-by: Simon Hoinkis <[email protected]>
Signed-off-by: Simon Hoinkis <[email protected]>
Signed-off-by: Simon Hoinkis <[email protected]>
…n links, update mike, add sanity check for path and fix broken link in utils readme Signed-off-by: Simon Hoinkis <[email protected]>
Codecov Report
@@ Coverage Diff @@
## release_1.0 #756 +/- ##
===============================================
+ Coverage 73.87% 73.97% +0.10%
===============================================
Files 318 319 +1
Lines 11077 11425 +348
Branches 1950 1972 +22
===============================================
+ Hits 8183 8452 +269
- Misses 2130 2196 +66
- Partials 764 777 +13
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Why not merge right away? Are you waiting for possible more fixes? |
AFAIK the ROS CI automatically checks and requires that the @dkroenke Correct or can we merge backports to |
If we do intermediate merges, the ROS buildfarm will notice that and ROS will request a new release from us because they cannot oversee if the merge may breaks the API/ABI, therefore i recommend to do coordinated merges to ensure that a new iceoryx release on ROS is build afterwards. |
@dkroenke there must be a different solution for this. We cannot pile up the PRs for the release branch and merge all at once. This is a horrible workflow and counteracts the purpose of a release branch where fixes are back-ported and releases are done on demand |
@@ -1,4 +1,4 @@ | |||
--- | |||
title: Safe building blocks | |||
--- | |||
{! ./../iceoryx_utils/README.md !} | |||
{! ../iceoryx/iceoryx_utils/README.md !} |
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.
Let's say I do not believe you that the path is now correct. How can I verify the correctness of those relative paths as a reviewer?
Why is it relative at all? Couldn't we use absolute paths here?
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.
See answer in the original pull request. The sanity check should be sufficient? I'm afraid absolute paths are not possible IIRC.
Signed-off-by: Simon Hoinkis <[email protected]>
…eoryx#743-fix-website-generation-and-typos-for-v1-x-release
Pre-Review Checklist for the PR Author
iox-#123-this-is-a-branch
)iox-#123 commit text
)git commit -s
)task-list-completed
)Notes for Reviewer
Checklist for the PR Reviewer
Post-review Checklist for the PR Author
References