Summary
The release pipeline failed during the extraction of changelog content for version v0.3.3. The error indicates that the specified version was not found in CHANGELOG.md, causing the process to exit with code 1.
Error log excerpt
CHANGELOG_CONTENT=$(python3 scripts/changelog_utils.py extract "v0.3.3")
CHANGELOG_CONTENT=$(python3 scripts/changelog_utils.py extract "v0.3.3")
echo "content<<EOF" >> $GITHUB_OUTPUT
echo "$CHANGELOG_CONTENT" >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
shell: /usr/bin/bash -e {0}
env:
CARGO_TERM_COLOR: always
Error: Version v0.3.3 not found in CHANGELOG.md
Error: Process completed with exit code 1.
Requested actions
- Investigate why version
v0.3.3 is missing from CHANGELOG.md or if there is a parsing issue.
- Determine if this is a configuration, documentation, or automation error.
- Suggest next steps to unblock the current release pipeline.
Context
This is impacting the current release process, so guidance on a quick resolution or workaround is appreciated.
Summary
The release pipeline failed during the extraction of changelog content for version
v0.3.3. The error indicates that the specified version was not found inCHANGELOG.md, causing the process to exit with code 1.Error log excerpt
Requested actions
v0.3.3is missing fromCHANGELOG.mdor if there is a parsing issue.Context
This is impacting the current release process, so guidance on a quick resolution or workaround is appreciated.