Skip to content

Conversation

@analytically
Copy link

ResolveTagToCommitSHA now correctly follows chains of annotated tags that point to other annotated tags before reaching a commit.

Previously, the function would fail when encountering nested tags like those used in opencontainers/runc v1.0.0-rc90, returning an error that the tag didn't point to a commit.

Fixes #99

ResolveTagToCommitSHA now correctly follows chains of annotated tags
that point to other annotated tags before reaching a commit.

Previously, the function would fail when encountering nested tags like
those used in opencontainers/runc v1.0.0-rc90, returning an error that
the tag didn't point to a commit.

Fixes concourse#99

Signed-off-by: Mathias Bogaert <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

in fails if release tag points to another tag

1 participant