Commit dd4ef07
fix(release-wporg): only deploy stable version tags to WordPress.org (#231)
The previous command (git rev-list --tags --max-count=1) selected the
tag pointing to the most recent commit by timestamp across all branches.
When an alpha or hotfix tag pointed to a newer commit than the stable
release tag, the pre-release version was deployed to WordPress.org.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent c84c835 commit dd4ef07
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
| |||
0 commit comments