mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
releaser: Include "Revert" commits in change log
This commit is contained in:
@@ -255,7 +255,7 @@ func getGitInfosBefore(ref, tag, repo, repoPath string, remote bool) (gitInfos,
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Ignore autogenerated commits etc. in change log. This is a regexp.
|
// Ignore autogenerated commits etc. in change log. This is a regexp.
|
||||||
const ignoredCommits = "releaser?:|snapcraft:|Merge commit|Squashed|Revert"
|
const ignoredCommits = "releaser?:|snapcraft:|Merge commit|Squashed"
|
||||||
|
|
||||||
func gitLogBefore(ref, tag, repoPath string) (string, error) {
|
func gitLogBefore(ref, tag, repoPath string) (string, error) {
|
||||||
var prevTag string
|
var prevTag string
|
||||||
|
Reference in New Issue
Block a user