rotorsoft/semrel-release
Releases workspace to github and npm registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The secrets.GITHUB_TOKEN from the calling action | yes | — |
| npm-registry | The name of the npm registry to publish to (optional) | no | — |
| npm-token | The npm token used to authenticate with the npm registry | no | "" |
| npm-access | The npm access option [--access <public|restricted>] | no | restricted |
| user | The name of the git user releasing this package | yes | — |
| The email of the git user releasing this package | yes | — | |
| package | The name of the package in the mono-repo (git repo) | yes | — |
| directory | The path to the package.json in the mono-repo (e.g. libs/eventually) | yes | — |
| tag | Version tag formatted as <package>-v<semver> | yes | — |
| version | Semantic version | yes | — |
| change-log | Log of conventional commits in this release (.md format) | yes | — |
Outputs
no outputs