leomotors/Leomotors's Release Action
My release action that creates a release or gets package info from tag.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tag | Input tag (Recommend using github.ref_name) | yes | — |
| mode | mode (release or get-packages-info) | yes | release |
| github-token | Token for creating release request. Recommend using secrets.GITHUB_TOKEN | no | — |
| title | Release title or name of the app/package | no | — |
| changelog-file | Path to the changelog file | no | — |
| dry-run | Whether to run in dry-run mode | no | false |
| packages-info-file | Path to the file where the packages info is saved | no | — |
Outputs
| name | description |
|---|---|
| package-name | The name of the package the tag is referring to |
| package-full-name | The full name of the package the tag is referring to |
| package-version | The version of the package according to the tag |
| package-major-version | The major version of the package according to the tag |
| package-path | The path to the package the tag is referring to |
| changelog-path | The path to the changelog file the tag is referring to |