Skip to content

fix(ci): extract version number from PR title#965

Merged
EstrellaXD merged 1 commit into
mainfrom
3.2-dev
Jan 27, 2026
Merged

fix(ci): extract version number from PR title#965
EstrellaXD merged 1 commit into
mainfrom
3.2-dev

Conversation

@EstrellaXD
Copy link
Copy Markdown
Owner

Summary

Fix CI workflow to properly extract version numbers from PR titles.

The workflow was using the full PR title (e.g., "Release 3.2.1") as the version string, causing:

  • Docker tags like Release-3.2.1 instead of 3.2.1
  • GitHub release creation to fail (invalid tag name)

Now extracts just the version number (X.Y.Z or X.Y.Z-suffix) from PR titles, handling formats like:

  • Release 3.2.13.2.1
  • v3.2.13.2.1
  • 3.2.13.2.1

Test plan

  • Regex extracts version correctly from various PR title formats

🤖 Generated with Claude Code

The workflow was using the full PR title (e.g., 'Release 3.2.1') as the
version string, causing Docker tags and release creation to fail.

Now extracts just the version number (X.Y.Z or X.Y.Z-suffix) from the
PR title, handling formats like 'Release 3.2.1', 'v3.2.1', or '3.2.1'.
@vercel
Copy link
Copy Markdown

vercel Bot commented Jan 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
auto-bangumi Error Error Jan 27, 2026 10:00am

@EstrellaXD EstrellaXD merged commit 76a17fc into main Jan 27, 2026
15 of 16 checks passed
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.

1 participant