Skip to content

Commit 56adacf

Browse files
authored
fix(ci): remove newline at end of changelog line VSCODE-282 (#332)
1 parent c9ed05b commit 56adacf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
echo "RELEASE_TAG=${RELEASE_TAG}" >> $GITHUB_ENV
7171
echo "RELEASE_VERSION=${RELEASE_VERSION}" >> $GITHUB_ENV
7272
73-
echo "See full release notes at: https://github.com/mongodb-js/vscode/releases/tag/${RELEASE_TAG}\n" > CHANGELOG.md
73+
echo "See full release notes at: https://github.com/mongodb-js/vscode/releases/tag/${RELEASE_TAG}" > CHANGELOG.md
7474
npx json -I -f package.json -e "this.version='${RELEASE_VERSION}'"
7575
npx json -I -f package-lock.json -e "this.version='${RELEASE_VERSION}'"
7676

0 commit comments

Comments
 (0)