From e98840f1e909034ab5933db23d951d0017ac41cc Mon Sep 17 00:00:00 2001 From: Aditya Mankal Date: Mon, 14 Oct 2024 10:55:13 +0530 Subject: [PATCH] Enabled Changelog Check --- .azure-pipelines/release-pipeline.yml | 2 +- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/release-pipeline.yml b/.azure-pipelines/release-pipeline.yml index d81b993d..2e2c8b22 100644 --- a/.azure-pipelines/release-pipeline.yml +++ b/.azure-pipelines/release-pipeline.yml @@ -64,7 +64,7 @@ extends: LINE_COUNT=$(cat minichangelog.txt | wc -l) if [ "$LINE_COUNT" -lt 3 ]; then echo Mini changelog is too short. Did you use the wrong version number in CHANGELOG.txt? - exit 0 + exit 1 fi displayName: Check for length of mini-changelog diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c130a2b..8f3b4155 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -208,7 +208,7 @@ All of the material changes in this version were courtesy of @50Wliu. Thanks! - Syntax highlighting for Azure Pipelines files - Intellisense for Azure Pipelines files -## 1.247.1-beta-0.6 +## 1.247.1-beta-0.7 ### Added - Added ESRP Esrp CodeSigning step - Updated build generation to sign the VSIX