egoodhall/Calendar Version
Calendar based versioning
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The github action token | yes | — |
| create_tag | Whether to create the generated tag with the new version | no | true |
| tag_prefix | A prefix for the generated version tag | no | v |
| release_months | A comma/newline separated list of months at which the minor version segment should be incremented | no | "" |
Outputs
| name | description |
|---|---|
| old_tag | The base tag used to generate the new version/tag |
| old_version | The base version parsed from old_tag |
| new_tag | The generated tag |
| new_version | The generated version |