willabides/Hello World
Greet someone and record the time
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| max_bump | maximum version to bump. Valid values are MAJOR, MINOR and PATCH | yes | MAJOR |
| min_bump | maximum version to bump. Valid values are MAJOR, MINOR and PATCH | yes | PATCH |
| previous_release_tag | foo | no | — |
| previous_release_version | foo | no | — |
| allow_first_release | foo | no | false |
| token | a token...for github | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| next_version | the result of semver-next |