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
For the go module import to work properly, we need to create the git tag with the v prefix. Am I correct if I say that we do not need to have this v elsewhere? So, couldn't we just remove the v prefix where we use the git tag and continue as before? It would only involve one small change, nothing more, because the tag is only used in one place (when .ci/setenvconfig build is called).
thbkrkr
changed the title
Prefix releases/tags with v.
Rely on the vX.X.X tag naming scheme to make it easier to import the ECK Go module as a dependency
Feb 23, 2023
See #5809 (comment)
Even after moving to a
/v2
go module path ingo.mod
, we are still being imported using a legacy format:We need to adjust our release process to ensure we are prefixing releases/tags with
v
, such asv2.6.0
.Things to consider:
v
.hack
directory? (release-notes, upgrade-test-harness, update-stack-version.sh)The text was updated successfully, but these errors were encountered: