File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed
packages/build/src/npm-packages Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1- name : Bump auxiliary packages
1+ name : Bump Auxiliary Packages
22on :
33 workflow_dispatch :
44 push :
5353 title : " chore(release): bump auxiliary packages"
5454 labels : no-title-validation
5555 body : |
56- - Bump package versions
56+ - Bumps auxiliary package versions. Merging will trigger a release of these packages.
Original file line number Diff line number Diff line change 1313 publish :
1414 if : |
1515 github.event_name == 'workflow_dispatch' ||
16- startsWith(github.event.head_commit.message, 'chore(release): bump package versions')
16+ startsWith(github.event.head_commit.message, 'chore(release): bump auxiliary package versions')
1717
1818 runs-on : ubuntu-latest
1919
5151 npm config list
5252 echo "Publishing packages as $(npm whoami)"
5353 git update-index --assume-unchanged .npmrc
54- npm run publish-packages
54+ npm run publish-auxiliary
5555
Original file line number Diff line number Diff line change 11import { spawnSync } from '../helpers' ;
2- import {
3- MONGOSH_RELEASE_ONLY_PACKAGES ,
4- MONGOSH_RELEASE_PACKAGES ,
5- PROJECT_ROOT ,
6- } from './constants' ;
2+ import { MONGOSH_RELEASE_PACKAGES , PROJECT_ROOT } from './constants' ;
73
84import { promises as fs } from 'fs' ;
95import path from 'path' ;
You can’t perform that action at this time.
0 commit comments