mirror of
https://github.com/xiaoqidun/gitcz.git
synced 2026-09-26 16:14:46 +08:00
Compare commits
2
Commits
v1.0.4
..
8e203b7689
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8e203b7689 | ||
|
|
8168b719fd |
No files matched your search
@@ -236,11 +236,11 @@ func GenerateCommit(czCommit *CzCommit) string {
|
||||
commit += "\n\n"
|
||||
}
|
||||
if czCommit.BreakingChange != nil {
|
||||
commit += ("BREAKING CHANGE: " + *czCommit.BreakingChange)
|
||||
commit += "BREAKING CHANGE: " + *czCommit.BreakingChange
|
||||
commit += "\n\n"
|
||||
}
|
||||
if czCommit.Closes != nil {
|
||||
commit += ("Closes fix " + *czCommit.Closes)
|
||||
commit += "Closes fix " + *czCommit.Closes
|
||||
}
|
||||
return commit
|
||||
}
|
||||
Reference in new issue
Block a user