polygon-software/NPM-Version-Date
Set the NPM package version based on a date schema: YYYY.MM.P -> Year.Month.Patch -> 2021.05.1
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| schema | Date schema based on [date-fns format](https://date-fns.org/v2.21.3/docs/format) | yes | — |
| V | Major version number. Must only be provided if 'V' is used within the schema. | no | 1 |
| increase-patch | If set to true, the patch version from the current package-json will be increased | no | false |
Outputs
| name | description |
|---|---|
| version | The Version number that was set to package.json in the form vX.X.X |