oobook/Autonomous Tag
Automatically create tags according to conventional commits
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| test | run mode of the action | no | false |
| tag | run mode of the action | no | — |
| gh_token | GitHub token with repo access | yes | — |
| prerelease | prerelease mode of the action | no | — |
| initial_tag | initial tag of the action | no | v0.0.0 |
| force_release | Force stabil release mode of the action if on prerelease | no | false |
Outputs
| name | description |
|---|---|
| tag | The new auto-generated tag |
| ref | The new tag ref |