Skip to content

Commit

Permalink
release: include build_ios_core.sh script in files that will trigger …
Browse files Browse the repository at this point in the history
…release
  • Loading branch information
mikehardy committed Dec 17, 2024
1 parent 7589631 commit ab9e3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.react-native-path-filter.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
path = require('path');

const reactNativePaths = ['ios', 'android', 'packages/react-native'];
const reactNativePaths = ['ios', 'android', 'packages/react-native', 'build_ios_core.sh'];

Object.keys(require.cache)
.filter(m => path.posix.normalize(m).endsWith('/node_modules/git-log-parser/src/index.js'))
Expand Down

0 comments on commit ab9e3d0

Please sign in to comment.