@google-cloud/mono-repo-publish
v1.7.1
Published
publishes submodules based on the last merged release PR
Readme
⛔️ DEPRECATED : Mono-repo-publish
This library is deprecated and will no longer publish new versions as of August 1, 2025.
Mono-repo-publish is a tool that detects updates from release pull requests and determines which submodules to publish to npm.
Usage
npm i mono-repo-publish -g
mono-repo-publish --helpor
npx mono-repo-publish --help
Arguments
| argument | description
|-------------------|---------------------------------------------------------|
| pr-url | A url to a release pull-request |
| dry-run | Run publish as npm publish --dry-run |
Environment Variables
| argument | description
|--------------------------|---------------------------------------------------------|
| APP_ID_PATH | The path to the APP ID of the Github Application |
| INSTALLATION_ID_PATH | The path to the Installation ID of the Github Application|
| GITHUB_PRIVATE_KEY_PATH| The path to the Private Key of the Github Application |
License
Apache Version 2.0
