visualpinball/VisualPinball.NextReleaseAction
Action used for determining the next version of VisualPinball.* projects.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to folder containing package.json | no | — |
| tagPrefix | Prefix when tagging the release | no | — |
Outputs
| name | description |
|---|---|
| version | Version in package.json |
| tags | Git tags in semver format |
| nextVersion | Computed next version |
| nextTag | Computed next version with prefix |
| isBump | If true, the computed next version differs from the version in package.json |
| isPrerelease | If true, the version is a pre-release |