We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ed05b commit 56adacfCopy full SHA for 56adacf
.github/workflows/test-and-build.yaml
@@ -70,7 +70,7 @@ jobs:
70
echo "RELEASE_TAG=${RELEASE_TAG}" >> $GITHUB_ENV
71
echo "RELEASE_VERSION=${RELEASE_VERSION}" >> $GITHUB_ENV
72
73
- echo "See full release notes at: https://github.com/mongodb-js/vscode/releases/tag/${RELEASE_TAG}\n" > CHANGELOG.md
+ echo "See full release notes at: https://github.com/mongodb-js/vscode/releases/tag/${RELEASE_TAG}" > CHANGELOG.md
74
npx json -I -f package.json -e "this.version='${RELEASE_VERSION}'"
75
npx json -I -f package-lock.json -e "this.version='${RELEASE_VERSION}'"
76
0 commit comments