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
When we delete the tag using option remove in gittag, the tag is deleted from the local. On pushing the tag to the remote, tag is not removed from the remote git repository.
I believe this capability is missing and should be added.
created following tasks:
gittag: {
deletetag: {
options: {
tag: '1.0.5',
remove: true
}
}
}
Hi,
When we delete the tag using option remove in gittag, the tag is deleted from the local. On pushing the tag to the remote, tag is not removed from the remote git repository.
I believe this capability is missing and should be added.
created following tasks:
gittag: {
deletetag: {
options: {
tag: '1.0.5',
remove: true
}
}
}
Thanks,
Varun
The text was updated successfully, but these errors were encountered: