[PR #2571/cbed403a backport][stable-8] Fix 8.2.3 changelog.yaml (MD syntax) - #2577
Merged
softwarefactory-project-zuul[bot] merged 1 commit intoMay 9, 2025
Conversation
SUMMARY The changelog for #2488 used ` in a few places instead of ``, while this has been manually fixed in the generated RST, the issue is still there in changelog.yaml which is causing the RST to contain bad links when it's regenerated as part of the release process. ISSUE TYPE Bugfix Pull Request COMPONENT NAME changelog.yaml ADDITIONAL INFORMATION (deliberately split from #2572 to make the backports easier) Reviewed-by: Alina Buzachis (cherry picked from commit cbed403)
Contributor
|
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 41s |
alinabuzachis
approved these changes
Apr 30, 2025
tremble
approved these changes
May 9, 2025
Contributor
|
The unit test failures are unrelated to this fix. |
Contributor
|
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 3m 38s |
softwarefactory-project-zuul
Bot
deleted the
patchback/backports/stable-8/cbed403a0b2d2003d621606d94c5e5847024d485/pr-2571
branch
May 9, 2025 08:32
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a backport of PR #2571 as merged into main (cbed403).
SUMMARY
The changelog for #2488 used
`in a few places instead of``, while this has been manually fixed in the generated RST, the issue is still there in changelog.yaml which is causing the RST to contain bad links when it's regenerated as part of the release process.ISSUE TYPE
COMPONENT NAME
changelog.yaml
ADDITIONAL INFORMATION
(deliberately split from #2572 to make the backports easier)