Skip to content

Commit a8ce6f5

Browse files
Saadnajmiclaude
andcommitted
fix: include codegen snapshot in nx release changed files
The snapshot file was being updated by updateReactNativeArtifacts but not included in the changedFiles list returned to nx, so it wasn't staged in the release commit. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent bbf847e commit a8ce6f5

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

packages/nx-release-version/index.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,16 @@ async function runSetVersion() {
6464
'Core',
6565
'ReactNativeVersion.js',
6666
),
67+
path.join(
68+
REPO_ROOT,
69+
'packages',
70+
'react-native',
71+
'scripts',
72+
'codegen',
73+
'__tests__',
74+
'__snapshots__',
75+
'generate-artifacts-executor-test.js.snap',
76+
),
6777
];
6878
}
6979

0 commit comments

Comments
 (0)