marceloavf / github-tools-vsts

📦:octocat:🚀 Create and modify GitHub Releases in Azure DevOps Build and Release Management
https://marketplace.visualstudio.com/items?itemName=marcelo-formentao.github-tools
MIT License
24 stars 15 forks source link

Allow modify GitHub Release #3

Closed marceloavf closed 6 years ago

marceloavf commented 6 years ago

Add new task to only modify. Will need to change build configuration and scripts.

marceloavf commented 6 years ago

Seems that's not necessary, actual task do all the following:

Modify will only be valid if the release has the same tag as the other one, and you have to allow Reuse Release or/and Reuse only Draft Release

Known Issues

Why?

I was disappointed with all the current GitHub extensions tools solutions. Most of them don't work properly, don't have most of the options GitHub can provide and don't are maintained anymore. So, I found this publish-release repository with almost every option that I need, helped them to finish some issues and use that to create this extension for VSTS Releases and Builds.