From cc51dfd6d85469790c58a07ac7a6de57b1cc5135 Mon Sep 17 00:00:00 2001 From: Haard Shah Date: Wed, 26 Jun 2024 11:20:08 -0400 Subject: [PATCH] Switch back to draft temporarily --- .github/workflows/release-azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-azure-pipelines.yml b/.github/workflows/release-azure-pipelines.yml index 3226bff8..99affde3 100644 --- a/.github/workflows/release-azure-pipelines.yml +++ b/.github/workflows/release-azure-pipelines.yml @@ -354,6 +354,7 @@ extends: tagSource: 'userSpecifiedTag' tag: ${{ parameters.version }} isPrerelease: ${{ parameters.prerelease }} + isDraft: true addChangeLog: false releaseNotesSource: 'inline' releaseNotesInline: "Release ${{ parameters.version }}. See [`CHANGELOG.md`](https://github.com/AzureAD/microsoft-authentication-cli/blob/${{ parameters.version }}/CHANGELOG.md) for updates."