You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This means that if a tag is created on top of the main branch, the file initially contains e.g.:
ref-names: HEAD -> main, tag: v1
but once another commit is added and main no longer corresponds to the tag, it changes to:
ref-names: tag: v1
This causes the git archive hash to change. This is a problem for distributions like Gentoo that are using git archives generated by GitHub. The initial archive that we fetch once the release is made changes once upstream makes new commits.