- introduce new MERGE_SHA placeholder support into template for PRs (and commit SHA for commit mode)

- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/552
This commit is contained in:
Mike Penz
2021-10-22 22:18:06 +02:00
parent 3466e55ab2
commit f93f67fad5
6 changed files with 30 additions and 7 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ export class ReleaseNotes {
htmlURL: '',
baseBranch: '',
mergedAt: commit.date,
mergeCommitSha: '',
mergeCommitSha: commit.sha,
author: commit.author || '',
repoName: '',
labels: new Set(),