Skip to content

Conversation

aryan7081
Copy link
Contributor

@aryan7081 aryan7081 commented Oct 3, 2025

Fixes #7437

The release process copies the root README.md into https://github.com/plone/volto/blob/main/packages/volto/, leaving broken logo image paths docs/logos/...

This fix updates the after: bump hook in https://github.com/plone/volto/blob/main/packages/volto/.release-it.json to run a sed replacement, ensuring the paths become ../../docs/logos/..., which allows logos to display correctly and the CI link checker to pass.

@stevepiercy
Copy link
Collaborator

@aryan7081 thanks for your contribution!

Would you please add a Change log entry?

Also would you please update this branch with main?

Then we can review.

@aryan7081
Copy link
Contributor Author

@stevepiercy I have added the change log entry and updated the branch with main.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert this changes to this file. It's not related to the purpose of this PR.

For updating your branch against main, see https://6.docs.plone.org/contributing/first-time.html#update-your-pull-request-from-your-fork

@aryan7081
Copy link
Contributor Author

@stevepiercy I have reverted the unrelated changes

Copy link
Collaborator

@stevepiercy stevepiercy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This LGTM, with the one amendment to the change log entry.

We'll need our release manager @sneridagh to review and test it out to ensure it does what we expect. Thank you!

@@ -0,0 +1 @@
Adjust README logo paths in packages/volto after copying from top-level README to prevent CI link-check failures. @aryan7081
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Adjust README logo paths in packages/volto after copying from top-level README to prevent CI link-check failures. @aryan7081
Adjust logo paths in `packages/volto/README.md` after copying it from the top-level `README.md` to prevent CI link check failures. @aryan7081

@stevepiercy stevepiercy requested a review from sneridagh October 3, 2025 12:34
@stevepiercy stevepiercy linked an issue Oct 3, 2025 that may be closed by this pull request
@stevepiercy
Copy link
Collaborator

@aryan7081 also can you edit your initial description from ref #7437 to Fixes #7437? When this PR is merged, then that will automatically close the issue. See https://6.docs.plone.org/contributing/first-time.html#create-a-pull-request-from-your-fork item #2. Thank you!

@aryan7081
Copy link
Contributor Author

@stevepiercy I have updated the description from ref #7437 to Fixes #7437

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

README in packages/volto has bad links with each release
2 participants