feat: go template function uniqueOlderCommits/uniqueNewerCommits is available - #211
feat: go template function uniqueOlderCommits/uniqueNewerCommits is available#211ikedam wants to merge 1 commit into
Conversation
f6b799b to
2362232
Compare
2362232 to
66541c9
Compare
|
@ikedam thank you for the PR. Could you rebase it onto the latest |
|
@mavogel Sounds strange. I can't get what you want. |
|
hi @ikedam to see of the tests and linting still pass with the updated versions of the |
|
@mavogel |
|
|
Let's try reopen. |
|
Hmm... not triggered. OK. I'll rebase this. |
β¦vailable * They allow to remove duplicated log entries. Closes git-chglog#29
66541c9 to
5f46006
Compare
|
https://github.com/git-chglog/git-chglog/actions/runs/3995523177
|
|
But the message changed to
and differs from the one before rebasing. Something wrong looked happen inside github. Anyway, rebase completed. |
|
ah now I got the approve run button and pushed it :) |
Pull Request Test Coverage Report for Build 3995523177
π - Coveralls |
Closes #29
What does this do / why do we need it?
uniqueOlderCommitsanduniqueNewerCommits. They removes duplicated commits / log entries. "Duplicated" is evaluated withfieldsspecified. For example, if your changelog entries consists of.Scopeand.Subject,(uniqueOlderCommits .Commits "Scope" "Subject")is expected.We can rewrite
.chglog/CHANGELOG.tpl.mdingit-chgloglike this:How this PR fixes the problem?
Committo remove duplication.Commit. For example, "Scope" and "Subject". Or it may beJiraIssueID(for the case only one entry for one ticket).uniqueOlderCommitsanduniqueNewerCommitsresolves that.What should your reviewer look out for in this PR?
README.md. This feature is too complicated for my English.Check lists
Additional Comments (if any)
OlderandNewermeans the commit order. I believe we also need fix: the sort order of commits is unstableΒ #210 to have this feature fully functioned.Which issue(s) does this PR fix?
fixes #29