Fixes #593 Pass commitish into release notes request when present (#594)

This commit is contained in:
Nick Cipollo
2026-03-04 22:51:50 -05:00
committed by GitHub
parent 9e0366240f
commit c074b5e19f
6 changed files with 33 additions and 8268 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ export class Action {
return body
}
const response = await this.releases.generateReleaseNotes(this.inputs.tag, this.inputs.generateReleaseNotesPreviousTag)
const response = await this.releases.generateReleaseNotes(this.inputs.tag, this.inputs.generateReleaseNotesPreviousTag, this.inputs.commit)
const releaseNotes = response.data.body
if (!body || body.trim() === "") {