From de9fb3817931f6e3531acbc8d8cbb293f9fd9e12 Mon Sep 17 00:00:00 2001 From: yazninja <71800112+yazninja@users.noreply.github.com> Date: Wed, 10 May 2023 21:10:36 +0300 Subject: [PATCH] its not a file path xd --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2f6028e3..0381b9e0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -143,7 +143,8 @@ jobs: tagSource: 'userSpecifiedTag' tag: 'v1.6.1-citest' title: 'Cider Version 1.6.1 (CI test)' - releaseNotesFilePath: 'Test build from azure CI' + releaseNotesSource: 'inline' + releaseNotesInline: 'Test build from azure CI' isPreRelease: true changeLogCompareToRelease: 'lastNonDraftRelease' changeLogType: 'commitBased'