actions-marketplace-validations/Publish monorepo to npm
Automatically publish new versions to npm for multiple packages in repo
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| commit_pattern | The pattern that matches version update commits. | no | — |
| tag_name | The name of the tag that you want to create for the version. | no | — |
| tag_message | The message of the tag that you want to create for the version. | no | — |
| create_tag | Whether to create a git tag or not. | no | — |
| workspace | Custom workspace directory that contains multiple packages - folders with package.json file. | no | — |
| versionFrom | Folder with package.json that will be used as source version for validation of the tag | no | — |
| publish_args | Publish command arguments. | no | — |
Outputs
| name | description |
|---|---|
| changed | Whether the version has changed in the examined commits |
| version | The detected version number |
| commit | The SHA of the commit where the version change has been detected |