mismatch in tag vs artifact naming #4871
Unanswered
erickellerek1
asked this question in
Q&A
Replies: 1 comment
-
If you want to automate anything related to the artifacts, you will want to use the URLs like https://gitforwindows.org/latest-64-bit-installer.url that are updated as part of Git for Windows' release process. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Setup
I am doing some automation using your release tag to download and install your release artifacts.
Yet I witnessed that there is some mismatch in the tag naming and the resulting artifact names.
as an example,
v2.44.0.windows.1
will produce an asset name called:Git-2.44.0-64-bit.exe
with a full link to download: https://github.com/git-for-windows/git/releases/download/v2.44.0.windows.1/Git-2.44.0-64-bit.exewhereas the tag version:
v2.42.0.windows.2
will produce an asset name called:Git-2.42.0.2-64-bit.exe
with a full link to download: https://github.com/git-for-windows/git/releases/download/v2.42.0.windows.2/Git-2.42.0.2-64-bit.exeSometimes the build increment is embedded in the asset for version > 1
I seems like an odd rule and make the automation unnecessary complex while having to test the build version to ensure the formation of the proper download link.
Any rational about that?
Beta Was this translation helpful? Give feedback.
All reactions