Automatically Associate Tags/Releases with Pipelines

Problem to solve

It would be great if there could be a way to directly associate a pipeline with a tag or a release. It appears that using the commit number is the only way to determine the relationship between a pipeline to a release or a tag.

Often, users workaround this by including the pipeline # in release notes.

Proposal

Automatically associate pipelines with tags and releases using the commit ID. E.G. If a tag is based on commit #x and a pipeline is related to a commit #x, then associate the tag with the pipeline and show the related pipeline in the release

Edited by Chris Balane