mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-08 18:21:55 +00:00
The script was failing because git describe --tags --abbrev=0 HEAD^ returns the current HEAD commit SHA when no tag exists before HEAD, resulting in comparing HEAD..HEAD which has zero commits. Now using git tag --sort=-version:refname to get the latest tag (excluding the version being released) which will properly compare v4.29.0 with v4.28.0. |
||
|---|---|---|
| .. | ||
| ISSUE_TEMPLATE | ||
| workflows | ||