compare-url icon indicating copy to clipboard operation
compare-url copied to clipboard

do something clever for tag-triggered jobs/workflows

Open iynere opened this issue 6 years ago • 4 comments

tag-triggered jobs / workflows don't technically have a branch, although circle in-essence treats them as if they do—there's some strange edge case behavior here....

iynere avatar Jan 04 '19 23:01 iynere

the commit range could be based on the latest tag before the current tag, example:

from tag v1.0.0 to v1.0.1

sibelius avatar May 29 '19 11:05 sibelius

hmmm, interesting thought @sibelius i don't think that would fit most of the use cases for git tag-triggered jobs/workflows, at least not in my experience—when i push tags to trigger jobs, i'm rarely interested in what's changed since the previous tag

iynere avatar May 29 '19 14:05 iynere

we use tag to track our releases

this could be useful to track which microservices to deploy based on the changes from the last release

sibelius avatar May 29 '19 14:05 sibelius

oh totally, that makes a lot of sense to me. like, compare the source @ the current tag to the source @ the previous tag.

if you have a sense of how we'd implement that, feel free to submit a PR @sibelius & thank you !

iynere avatar May 29 '19 14:05 iynere