wemogy/Create Release
Create a GitHub Release with generated release notes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token used to create an authenticated client | yes | ${{ github.token }} |
| release-version-tag | The name of the tag to create the Release for | — | ${{ github.ref }} |
| release-title | Title of the release | yes | — |
| pre-release | Indicator of whether or not is a prerelease | — | false |
| previous-version-tag | The name of the previous version | — | "" |
| dry-run | Indicator of whether or not is a dry run | — | false |
| label-issues-with | Label to be added to issues (e.g. `released-dev`) | — | "" |
| project-number | Number of the project to upsert issues | — | "" |
| project-status-column-name | Name of the status column to upsert issues (e.g `In Progress`) | — | "" |
Outputs
no outputs