Skip to content

Commit

Permalink
chore(core): fix snapshots (#28011)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry authored Sep 20, 2024
1 parent 00b3dd2 commit 57fe56e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/nx/src/command-line/release/config/config.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5061,6 +5061,7 @@ describe('createNxReleaseConfig()', () => {
"conventionalCommits": false,
"generator": "@nx/js:release-version",
"generatorOptions": {},
"groupPreVersionCommand": "",
},
"versionPlans": false,
},
Expand Down Expand Up @@ -5251,6 +5252,7 @@ describe('createNxReleaseConfig()', () => {
"conventionalCommits": false,
"generator": "@nx/js:release-version",
"generatorOptions": {},
"groupPreVersionCommand": "",
},
"versionPlans": false,
},
Expand Down Expand Up @@ -5518,6 +5520,7 @@ describe('createNxReleaseConfig()', () => {
"conventionalCommits": false,
"generator": "@nx/js:release-version",
"generatorOptions": {},
"groupPreVersionCommand": "",
},
"versionPlans": false,
},
Expand Down Expand Up @@ -5724,6 +5727,7 @@ describe('createNxReleaseConfig()', () => {
"conventionalCommits": false,
"generator": "@nx/js:release-version",
"generatorOptions": {},
"groupPreVersionCommand": "",
},
"versionPlans": false,
},
Expand Down Expand Up @@ -7859,6 +7863,7 @@ describe('createNxReleaseConfig()', () => {
"conventionalCommits": false,
"generator": "@nx/js:release-version",
"generatorOptions": {},
"groupPreVersionCommand": "",
},
"versionPlans": false,
},
Expand Down Expand Up @@ -8062,6 +8067,7 @@ describe('createNxReleaseConfig()', () => {
"conventionalCommits": false,
"generator": "@nx/js:release-version",
"generatorOptions": {},
"groupPreVersionCommand": "",
},
"versionPlans": false,
},
Expand Down

0 comments on commit 57fe56e

Please sign in to comment.