pascalgn/Publish to npm
Automatically publish new versions to npm
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 the package.json file. | no | — |
| publish_command | Custom publish command. | 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 |