microsoft / PowerShellForGitHub

Microsoft PowerShell wrapper for GitHub API
Other
584 stars 184 forks source link

Ability to remove tags when removing releases #314

Open vydra opened 3 years ago

vydra commented 3 years ago

We create many daily releases and need a way to remove the release and the associated tag.

HowardWolosky commented 3 years ago

I think what you're asking for is the ability to delete references.

That work was partly done in #97, and I've been slowly working on updating that PR to be up-to-date with the current state of the module.

So...that should be coming.

vydra commented 3 years ago

Thanks