lumynou5/Lumynous GitHub Release Action
An action to create GitHub release.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The GitHub token. | yes | — |
| changelog | The path to the changelog. | no | CHANGELOG.md |
| tag-template | The template of the Git tag. | no | v{version} |
| major-tag-template | The template of the Git tag of the major version. | no | v{major} |
| minor-tag-template | The template of the Git tag of the major version. | no | v{major}.{minor} |
| name-template | The template of the GitHub release. | no | v{version} |
| is-draft | If the GitHub release is a draft. | no | false |
| assets | A newline-separated list of files to upload. | no | "" |
Outputs
| name | description |
|---|---|
| version | The version. |
| major | The major version. |
| minor | The minor version. |
| patch | The patch version. |
| prerelease | The prerelease name or an empty string. |
| build | The build number or an empty string. |
| release-date | The release date. |
| change | The changelog of last version. |
| tag | The name of the Git tag. |
| major-tag | The name of the Git tag of the major version. |
| minor-tag | The name of the Git tag of the minor version. |
| html-url | The URL to the page of the GitHub release. |
| upload-url | The URL to upload assets for the GitHub release. |