Skip to content

Commit

Permalink
Enabled Changelog Check
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaMankal-MS committed Oct 14, 2024
1 parent 2f33eb8 commit e98840f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e98840f

Please sign in to comment.