Creates release notes for a release, based on a given tag and the tag from the latest release
none
| Name | Required | Description | Default value |
|---|---|---|---|
| shell | The shell (powershell or pwsh) in which the PowerShell script in this action should run | powershell | |
| token | The GitHub token running the action | github.token | |
| buildVersion | Yes | Build version | |
| tag_name | Yes | This release tag name | |
| target_commitish | Last commit to include in release notes | Latest |
none
| Name | Description |
|---|---|
| ReleaseVersion | The release version |
| ReleaseNotes | Release notes generated based on the changes |