File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
packages/build/src/npm-packages Expand file tree Collapse file tree 3 files changed +6
-6
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' ;
22import {
3- MONGOSH_RELEASE_ONLY_PACKAGES ,
3+ EXCLUDE_RELEASE_PACKAGES ,
44 MONGOSH_RELEASE_PACKAGES ,
55 PROJECT_ROOT ,
66} from './constants' ;
@@ -66,7 +66,7 @@ export function bumpIndependentPackages() {
6666 env : {
6767 ...process . env ,
6868 SKIP_BUMP_PACKAGES : [
69- ...MONGOSH_RELEASE_ONLY_PACKAGES ,
69+ ...EXCLUDE_RELEASE_PACKAGES ,
7070 ...MONGOSH_RELEASE_PACKAGES ,
7171 ] . join ( ',' ) ,
7272 } ,
You can’t perform that action at this time.
0 commit comments