- 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:
+1
-1
@@ -178,7 +178,7 @@ export class ReleaseNotes {
|
||||
htmlURL: '',
|
||||
baseBranch: '',
|
||||
mergedAt: commit.date,
|
||||
mergeCommitSha: '',
|
||||
mergeCommitSha: commit.sha,
|
||||
author: commit.author || '',
|
||||
repoName: '',
|
||||
labels: new Set(),
|
||||
|
||||
Reference in New Issue
Block a user