pier-oliviert/Release pipeline
Multiple actions that can be used to create releases
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| auth_token | Github Token | yes | — |
| repo | Name of the repo including the org/user, ie. pier-oliviert/phonebook | — | — |
| variable | Name of the repository variable you want to store the version into. | — | — |
| main_branch | Name of the main branch for this repo (defaults to "main") | — | — |
| changelog | The changelog generated for this release | — | — |
| charts | Path where the chart is located (defaults to "charts/") | — | — |
| chart_yaml | Name of the Chart.yaml file (defaults to Chart.yaml) | — | — |
| page_branch | Name of the branch where pages are committed (defaults to gh-pages) | — | — |
| upload_url | Upload URL for the release assets | — | — |
| tag | Name of the tag | — | — |
| tmp_path | Location to store temporary data (defaults to "/tmp/charts") | — | — |
| version | Version generated, ie. "v0.0.1" -> "0.0.1" | — | — |
| commit_start | Commit SHA that was tagged with the new version (0.0.2) | — | — |
| commit_end | Commit SHA tagged for the previous version (0.0.1) | — | — |
Outputs
| name | description |
|---|---|
| version | Version generated, ie. "v0.0.1" -> "0.0.1" |
| commit_start | Commit SHA that was tagged with the new version (0.0.2) |
| commit_end | Commit SHA tagged for the previous version (0.0.1) |
| changelog | The changelog generated by this action |
| tag | Name of the tag |
| release_id | ID of the release that was created |
| release_url | URL of the release that was created |
| upload_url | Upload URL for release assets |