Skip to content

Investigate release pipeline failure for v0.3.3 and suggest next steps #471

Description

@Mossaka

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.

Metadata

Metadata

Assignees

Labels

automatedbugSomething isn't workinggithub_actionsPull requests that update GitHub Actions coderelease

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions