portworx/Build changelog between two revisions
Checkout a repository and construct a changelog between specified revisions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | The repository to checkout. | yes | — |
| from-version | Changes after this revision will be included. | yes | — |
| to-version | Changes up to this revision will be included. | yes | — |
| version-prefix | Value to prepend before versions. Use e.g. if passed values are tags with their "v" prefix missing. | no | — |
| token | Personal access token (PAT) used to fetch the repository. | yes | — |
Outputs
| name | description |
|---|---|
| changelog | Constructed changelog from the version difference. |
| changed | Indicates whether the versions differ (changelog was built). |