nicolasfara/precompute-semantic-release-version-action
Pre-compute the next release version (if any) using semantic-release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The github token | — | — |
| working-directory | The path in which semantic-release should run | — | . |
| node-version-file | The file (default package.json) where the engine to be used is defined | — | package.json |
Outputs
| name | description |
|---|---|
| will-release | Set to true if a new release will be published; false otherwise. |
| next-version | The next version if a new release will be triggered. Empty string if no release will be made. |