File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -190,6 +190,7 @@ functions:
190
190
set -e
191
191
{
192
192
source .evergreen/setup-env.sh
193
+ npm run evergreen-release bump
193
194
npm run test-ci
194
195
echo "Archiving current coverage result..."
195
196
tar cvzf nyc-output.tgz .nyc_output
@@ -4277,7 +4278,7 @@ functions:
4277
4278
export PUPPETEER_SKIP_DOWNLOAD="true"
4278
4279
npm run evergreen-release draft
4279
4280
git add .
4280
- git commit --no-allow-empty -m "chore(release): bump to prepare for mongosh release"
4281
+ git commit --no-allow-empty -m "chore(release): bump to prepare for mongosh release"
4281
4282
}
4282
4283
4283
4284
release_publish_download_and_list_artifacts :
Original file line number Diff line number Diff line change @@ -199,6 +199,7 @@ functions:
199
199
set -e
200
200
{
201
201
source .evergreen/setup-env.sh
202
+ npm run evergreen-release bump
202
203
npm run test-ci
203
204
echo "Archiving current coverage result..."
204
205
tar cvzf nyc-output.tgz .nyc_output
@@ -922,7 +923,7 @@ functions:
922
923
export PUPPETEER_SKIP_DOWNLOAD="true"
923
924
npm run evergreen-release draft
924
925
git add .
925
- git commit --no-allow-empty -m "chore(release): bump to prepare for mongosh release"
926
+ git commit --no-allow-empty -m "chore(release): bump to prepare for mongosh release"
926
927
}
927
928
928
929
release_publish_download_and_list_artifacts:
You can’t perform that action at this time.
0 commit comments