Skip to content

Commit

Permalink
feat(react-native-github): automate publishing bumped packages via ci…
Browse files Browse the repository at this point in the history
…rcleci

Summary:
Changelog: [Internal]

1. Added `for-each-package.js` script. This can be used to iterate through all of the packages inside `/packages` with the access to package manifest. This soon can be used as a replacement for `yarn workspaces --info`
2. Added `find-and-publish-all-bumped-packages.js` script. This script iterates through all the packages and detects if the version was changed via `git log -p` (same as `git diff`). If so, it tries to publish it to npm.
3. Added corresponding job and workflow to CircleCI config, which will use this script

Differential Revision: D41972733

fbshipit-source-id: 6a8b8c2995943d6c8421cbe19cd291069655183b
  • Loading branch information
Ruslan Lesiutin committed Jan 10, 2023
1 parent 0e46978 commit c440e34
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit c440e34

Please sign in to comment.