git-for-windows / git-for-windows-automation

A few GitHub workflows and support code to help with Git for Windows' day-to-day tasks
10 stars 9 forks source link

Do commit `package-versions.txt` files in the `release-git` workflow #46

Closed dscho closed 1 year ago

dscho commented 1 year ago

The build-extra repository has a versions/ subdirectory in which all of the Git for Windows versions' package versions are tracked. This is supposed to happen automatically in the release automation.

However, when I ported the release automation from the Azure Release Pipeline to a GitHub workflow, I simply missed that part, so it was not done for v2.40.0 (I fixed that manually in the meantime). Here is a PR to fix that for the next time.

Note: this PR conflicts with https://github.com/git-for-windows/git-for-windows-automation/pull/42 and will need to be rebased after that PR is merged.