plengauer/autoversion
automatically bump versions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | API Token for Github | yes | — |
| openai_token | API Token for OpenAI | no | — |
| path_include | Consider only changes from this path | no | ./ |
| path_exclude | Exclude all changes from this path | no | ./.github/ |
| increments | Allowed increments | — | patch;minor;major |
| ref | — | — | ${{ github.ref_name }} |
| depth | How many commits to consider (0 means all, i.e., all commits since the last change to the version file) | — | 0 |
| working_directory | Working directory | no | . |
| dry_run | If true, do not push anything | no | false |
Outputs
no outputs