adrianmross/Setup changelogger
Install the changelogger CLI from a released binary asset.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | changelogger release tag to install. | no | v0.10.0 |
| repository | Repository that publishes changelogger release assets. | no | adrianmross/changelogger |
| token | Optional GitHub token for private release repositories. | no | — |
| command | Optional changelogger command to run after installation. | no | — |
| args | Optional arguments for the changelogger command. | no | — |
| working-directory | Directory where the optional changelogger command should run. | no | . |
Outputs
| name | description |
|---|---|
| path | Path to the installed changelogger binary. |
| stdout | Captured stdout/stderr from the optional changelogger command. |
| should_tag | release-tag should_tag output when command output includes it. |
| tag | release-tag tag output when command output includes it. |
| reason | release-tag reason output when command output includes it. |
| number | release-info number output when command output includes it. |
| head_ref | release-info head_ref output when command output includes it. |