breachvr/next-package-action
A github action to find the next semantic version tag based on current existing version in a package.json file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to a package.json file to look for existing version | no | ./package.json |
| release | Defines if major, minor or patch should be bumped | no | patch |
| pre-release | True if this should be a pre-release | no | false |
Outputs
| name | description |
|---|---|
| version | The calculated new version tag to use |