From ba6266f945f9d9d89cb165a29a28db57569ab72b Mon Sep 17 00:00:00 2001 From: Oliver Boudet Date: Tue, 2 Oct 2018 20:40:39 +0200 Subject: [PATCH] docs: change VSTS strings to Azure DevOps (#32) Fixes #30 --- Extension/OVERVIEW.md | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Extension/OVERVIEW.md b/Extension/OVERVIEW.md index e26cc3b..3d38311 100644 --- a/Extension/OVERVIEW.md +++ b/Extension/OVERVIEW.md @@ -1,6 +1,6 @@ # GitHub Tool -GitHub Tool provide full implementation to Create and Modify GitHub Release to Visual Studio Team Services Build and Release Management. +GitHub Tool provide full implementation to Create and Modify GitHub Release to Azure DevOps Build and Release Management. ## Tasks included diff --git a/README.md b/README.md index 56c1c1a..19d8232 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ GitHub Tool
-

Create and modify GitHub Releases. For VSTS Builds and Releases.

-

GitHub Tool Task provide full implementation to Create and Modify GitHub Release to Visual Studio Team Services Build and Release Management. Learn More +

Create and modify GitHub Releases. For Azure DevOps Builds and Releases.

+

GitHub Tool Task provide full implementation to Create and Modify GitHub Release to Azure DevOps Build and Release Management. Learn More

@@ -100,11 +100,11 @@ This option needs a personal access token from GitHub, you can create it by goin ## Why? -I was disappointed with all the current GitHub extensions tools solutions. Most of them don't have most of the options GitHub can provide and don't are maintained anymore. So, I found [publish-release](https://github.com/remixz/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. +I was disappointed with all the current GitHub extensions tools solutions. Most of them don't have most of the options GitHub can provide and don't are maintained anymore. So, I found [publish-release](https://github.com/remixz/publish-release) repository with almost every option that I need, helped them to finish some issues and use that to create this extension for Azure DevOps Releases and Builds. ## Install the extension to your account -You can find the latest stable version of the VSTS Extension tasks on the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=marcelo-formentao.github-tools). +You can find the latest stable version of the Azure DevOps Extension tasks on the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=marcelo-formentao.github-tools). ## Debug