git-changelog-lib icon indicating copy to clipboard operation
git-changelog-lib copied to clipboard

Generate changelog, and/or next version, with, or without, conventional commits from a GIT repository

Results 32 git-changelog-lib issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello I would like the ability to get the difference for a submodule even if its from a point in the commit history. Would this be possible. I did not...

enhancement

Hello, how can i sort commit messages depending on same tags in the commit message? ----8

enhancement

It would be great if you can filter the commits by the milestone they've got in their pull request.

enhancement

So that, for example, all database changes can be grouped. This should be on the top level as well as tags, athors, issues.

enhancement

Running large custom functions related to jira: * Comment in Issue * Issue transition and filling fix version field * Commit-issue mapping * etc Substitution: internal/integrations/jira -> https://github.com/bobcarroll/jira-client

In case when there is commit + revert commit (with ref to the original commit) within a single version/tag, it would make sense to exclude both of them from commits...

Hi, I am currently trying to parse our issues from the commit messages and that works. But because our format is [ABC-1234] we get [ABC-1234] as a result because the...

I am trying to use substring. But I cannot figure out the length of my String. According to Handlebars a .length should be possible but within the Jenkins pipeline it...

I have a question if it would be possible to check a match against another vairable like this: ``` {{#ifMatches messageTitle "^{{issue}}+"}} {{link}} {{/ifMatches}} ``` At the moment I cant...

git offers the possibility to supplement a commit message without changing the commit itself using [git-notes](https://git-scm.com/docs/git-notes). "git log" shows such notes along with the original commit message. It would be...