]> git.arvados.org - arvados.git/commit
Filter the development- prefix before sorting, refs #22767
authorPeter Amstutz <peter.amstutz@curii.com>
Wed, 9 Apr 2025 21:29:29 +0000 (17:29 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Wed, 16 Apr 2025 13:47:17 +0000 (09:47 -0400)
commitb81baa970ca14b1ace4b9f0dc2ea0eae8330e788
treecf654123607c26fb7e4d6fd191cd0ac4c16c3ead
parentac7a33aade1459ecfa8b00b40fcee26e5b2a0fb4
Filter the development- prefix before sorting, refs #22767

Unfortunately 'development' sorts before numbers, so the
development-3.0.0 tag was continuing to show up at the top (resulting
in it assigning 3.1.0~dev versions even after 3.1.0 had been released
and tagged) when it should have been picking up 3.1.0 as the most
recent version.  Tweak the logic to get rid of the development prefix
before sorting.  With this, it correctly generates the versions as
3.2.0~dev.

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
build/version-at-commit.sh