From 77ffbf00cecd9339d4c789a3e4de105bfab942a7 Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Tue, 16 Apr 2019 11:23:47 +0800 Subject: [PATCH] fix --- azure-pipelines.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 02d47d0c..d7887f35 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -3,8 +3,11 @@ trigger: branches: include: - master + - dev* -pr: none +pr: + - master + - dev* jobs: - template: azure-pipelines.template.yml @@ -111,4 +114,6 @@ jobs: tag: '$(Build.SourceVersion)' assets: '$(GOPATH)/release/*' isPreRelease: true + releaseNotesSource: 'input' + releaseNotes: 'Do not use this release unless you understand what you are doing.' displayName: 'Generate Github Bleeding Edge Release'