Skip to content

Commit e98840f

Browse files
Enabled Changelog Check
1 parent 2f33eb8 commit e98840f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.azure-pipelines/release-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ extends:
6464
LINE_COUNT=$(cat minichangelog.txt | wc -l)
6565
if [ "$LINE_COUNT" -lt 3 ]; then
6666
echo Mini changelog is too short. Did you use the wrong version number in CHANGELOG.txt?
67-
exit 0
67+
exit 1
6868
fi
6969
displayName: Check for length of mini-changelog
7070

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ All of the material changes in this version were courtesy of @50Wliu. Thanks!
208208
- Syntax highlighting for Azure Pipelines files
209209
- Intellisense for Azure Pipelines files
210210

211-
## 1.247.1-beta-0.6
211+
## 1.247.1-beta-0.7
212212
### Added
213213
- Added ESRP Esrp CodeSigning step
214214
- Updated build generation to sign the VSIX

0 commit comments

Comments
 (0)