Mark:

Any pointers on how to trigger the hook based on when a new tag is pushed?I
can't find much details on how to do this in the below links shared?
https://developer.github.com/webhooks/creating/ or
https://confluence.atlassian.com/bitbucket/manage-webhooks-735643732.html

On Sat, Apr 28, 2018 at 4:02 PM, Gopichand Nakkala <nakka...@gmail.com>
wrote:

> Hi
>
> I am trying to find an automatic way to check if any new tag is pushed to
> a git repo or not?what options are there in git to figure this out?
>
> lets say I have the following tags on a git repo, now when a new tag 
> "TAG1620R53_REL_16_30_52_7"
> is pushed I want to detect it and trigger a script..how to do that?
>
> git tag --list 'TAG1620R53*' --sort=taggerdate
>
> TAG1620R53_REL_16_30_6
>
> TAG1620R53_REL_16_30_19_2
>
> TAG1620R53_REL_16_30_19_4
>
> TAG1620R53_REL_16_30_27_4
>
> TAG1620R53_REL_16_30_27_4_CORRECTED
>
> TAG1620R53_REL_16_30_36
>
> TAG1620R53_REL_16_30_43
>
> TAG1620R53_REL_16_30_43_2
>
> TAG1620R53_REL_16_30_47_2
>
> TAG1620R53_REL_16_30_47_3
>
> TAG1620R53_REL_16_30_52_3
>
> TAG1620R53_REL_16_30_52_6
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Git for human beings" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/git-users/ExFJ07zr62o/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> git-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to