Fix backport workflow to filter out beta/rc tags (#2294)
authorMarvin Schenkel <marvinschenkel@gmail.com>
Fri, 8 Aug 2025 09:30:25 +0000 (11:30 +0200)
committerGitHub <noreply@github.com>
Fri, 8 Aug 2025 09:30:25 +0000 (11:30 +0200)
commit34dbb328bba9d7f7a292312e161c36547c4d8828
treed15586eaa40dcbf5be391155bb345825d8724a93
parent68f363bba84827dcc079d1d51cfa055ddecaf473
Fix backport workflow to filter out beta/rc tags (#2294)

The workflow was failing because it selected beta tags (e.g., 2.6.0b3)
instead of stable tags (e.g., 2.5.5) when calculating the next patch version.
Now filters tags to only match stable version format.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Claude <noreply@anthropic.com>
.github/workflows/backport-to-stable.yml