It looks like there was a new list Git tag added to the mediawiki/core repo in November, that (AFAICS) points to the same commit as the 1.45.0-rc.0 tag:
$ git log -1 list commit b84962afc779883c9b6e010909f8ac68db98449f (tag: list, tag: 1.45.0-rc.0) Author: Atieno <pnjira@wikimedia.org> Date: Wed Nov 19 20:47:12 2025 +0300 Prep 1.45.0-rc.0 Bug: T408472 Change-Id: I96c702bf9a8ccae739d61349da4f3c34f3be946d
$ git for-each-ref --format="%(creatordate)" refs/tags/list Wed Nov 19 22:24:54 2025 +0300 $ git for-each-ref --format="%(creatordate)" refs/tags/1.45.0-rc.0 Wed Nov 19 22:49:52 2025 +0300
I'm guessing that the list tag may have been an inadvertent additional tag created while tagging 1.45.0-rc.0 (T408472: Release MW 1.45.0-rc.0).
Am I missing something here? & if it was an inadvertently-added tag, is it worth deleting it from the repo (to avoid unintentionally cluttering the list of tags, and to potentially prevent future confusion)?