https://integration.wikimedia.org/ci/job/train-deploy-notes/4347/console failed with
+ mapfile -t VERSIONS ++ git ls-remote -h https://gerrit.wikimedia.org/r/mediawiki/core ++ awk '/wmf\// {gsub("refs/heads/wmf/", ""); print $2}' ++ sort --version-sort --reverse wmf/1.41.0-wmf.3 does not match the latest wmf branch (branch_cut_pretest) taking no action... + [[ branch_cut_pretest != \1\.\4\1\.\0\-\w\m\f\.\3 ]] + echo 'wmf/1.41.0-wmf.3 does not match the latest wmf branch (branch_cut_pretest)' + echo 'taking no action...' + exit 1 Build step 'Execute shell' marked build as failure
resulting in MediaWiki 1.41/wmf.3/Changelog not being created. This was raised on the English Wikipedia.
I've manually created the changelog by running make-deploy-notes:
python3 make-deploy-notes/makedeploynotes.py 1.41.0-wmf.2 1.41.0-wmf.3
In addition to the above "bug", would someone mind double-checking my use of make-deploy-notes and/or the changelog?