Skip to content

feat(mise): update tool git-cliff ( 2.8.0 ➔ 2.12.0 )#38

Merged
DevSecNinja merged 1 commit intomainfrom
renovate/git-cliff-2.x
May 2, 2026
Merged

feat(mise): update tool git-cliff ( 2.8.0 ➔ 2.12.0 )#38
DevSecNinja merged 1 commit intomainfrom
renovate/git-cliff-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 1, 2026

This PR contains the following updates:

Package Update Change Pending
git-cliff minor 2.8.02.12.0 2.13.1 (+1)

Release Notes

orhun/git-cliff (git-cliff)

v2.12.0

Compare Source

⛰️ Features
🐛 Bug Fixes
  • (config) Respect the changelog.output configuration (#​1349) - (cfcc5ae)
  • (logging) Revert the noisy warn log level to trace (#​1353) - (eb99e41)
  • (remote) Avoid false first-time contributors when tag timestamp missing (#​1348) - (de7cf02)
  • (remote) Remove reqwest::Response::error_for_status (#​1336) - (081ba68)
📚 Documentation
⚙️ Miscellaneous Tasks
  • (azure_devops) [breaking] Rename azureDevops variable to azure_devops (#​1319) - (5d955c1)
  • (ci) Fix codecov action inputs and skip upload for dependabot PRs (#​1343) - (d7a47bb)
  • (clippy) Fix pedantic lints (#​1346) - (0260b0a)

v2.11.0

Compare Source

⛰️ Features
🐛 Bug Fixes
  • (args) Set the include-path if workdir is set (#​1293) - (50b8312)
  • (bump) Write bumped version to stdout even when output config is set (#​1307) - (314ff57)
  • (remote) Use optional default branch for GitLab (#​1305) - (d3cb938)
  • (repo) Always discover repositories - (b4db79f)
  • (workdir) Use the correct glob value for include-path - (0fbc625)
🚜 Refactor
📚 Documentation
🎨 Styling
  • (args) Group remote-related CLI arguments under REMOTE OPTIONS heading (#​1271) - (0b6af12)
⚙️ Miscellaneous Tasks

v2.10.1

Compare Source

⛰️ Features
🐛 Bug Fixes
  • (args) Set the include-path if workdir is set (#​1293) - (50b8312)
  • (bump) Write bumped version to stdout even when output config is set (#​1307) - (314ff57)
  • (remote) Use optional default branch for GitLab (#​1305) - (d3cb938)
  • (repo) Always discover repositories - (b4db79f)
  • (workdir) Use the correct glob value for include-path - (0fbc625)
🚜 Refactor
📚 Documentation
🎨 Styling
  • (args) Group remote-related CLI arguments under REMOTE OPTIONS heading (#​1271) - (0b6af12)
⚙️ Miscellaneous Tasks

v2.10.0

Compare Source

⛰️ Features
  • (config) Support using include and exclude paths in the config (#​1173) - (7c2f922)
  • (parser) Support regex matching on JSON arrays with scalar elements (#​1163) - (dc458ea)
  • (template) Support adding commit statistics to the changelog (#​1151) - (05a50d7)
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
🎨 Styling
🧪 Testing
  • (fixture) Add test fixture for overriding the conventional scope (#​1166) - (cb84a08)
⚙️ Miscellaneous Tasks
  • (build) Bump MSRV to 1.85.1 - (d8279d4)
  • (cd) Use macos-15 runner - (c156fc5)
  • (cd) Re-enable sccache for maturin - (871c3c9)
  • (crate) Remove Rust nightly requirement - (4f3e5af)
  • (fixture) Update test-regex-json-array fixture (#​1178) - (95f4056)
  • (format) Format module imports for readability (#​1183) - (6db7d49)
  • (git) Add .git-blame-ignore-revs - (5b64131)
  • (npm) Bump git-cliff to 2.9.1 (#​1156) - (e13b158)
  • (website) Update the node version - (566c2a1)

v2.9.1

Compare Source

⛰️ Features
  • (config) Support using include and exclude paths in the config (#​1173) - (7c2f922)
  • (parser) Support regex matching on JSON arrays with scalar elements (#​1163) - (dc458ea)
  • (template) Support adding commit statistics to the changelog (#​1151) - (05a50d7)
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
🎨 Styling
🧪 Testing
  • (fixture) Add test fixture for overriding the conventional scope (#​1166) - (cb84a08)
⚙️ Miscellaneous Tasks
  • (build) Bump MSRV to 1.85.1 - (d8279d4)
  • (cd) Use macos-15 runner - (c156fc5)
  • (cd) Re-enable sccache for maturin - (871c3c9)
  • (crate) Remove Rust nightly requirement - (4f3e5af)
  • (fixture) Update test-regex-json-array fixture (#​1178) - (95f4056)
  • (format) Format module imports for readability (#​1183) - (6db7d49)
  • (git) Add .git-blame-ignore-revs - (5b64131)
  • (npm) Bump git-cliff to 2.9.1 (#​1156) - (e13b158)
  • (website) Update the node version - (566c2a1)

v2.9.0

Compare Source

⛰️ Features
🐛 Bug Fixes
  • (bump) Check the next version against tag_pattern regex (#​1070) - (c4f0d28)
  • (bump) Accept lowercase values for bump_type config (#​1101) - (77632b2)
  • (deps) Make glob dependency mandatory (#​1035) - (0f653bf)
  • (fixtures) Evaluate the rc of git-cliff correctly (#​1104) - (fa54a6a)
  • (fixtures) Use the correct syntax while checking fixture results (#​1099) - (51af66e)
  • (git) Handle worktrees while retrieving the path of repository (#​1054) - (fab02b0)
  • (remote) Fix detection of GitLab merge request sha if commits were squashed (#​1043) - (5f3a3d0)
  • (submodules) Fix submodules handling when using custom range (#​1136) - (451a694)
  • (template) Correctly serialize JSON for the commit fields (#​1145) - (e981e1d)
🚜 Refactor
📚 Documentation
⚙️ Miscellaneous Tasks
  • (dependabot) Make dependency updates less noisy - (cdce20f)
  • (dependabot) Check dependency updates weekly - (b8be055)
  • (docs) Fix some typos (#​1149) - (7148b2d)
  • (project) Migrate to Rust 2024 edition (#​1128) - (4445f06)

Configuration

📅 Schedule: (in timezone Europe/Amsterdam)

  • Branch creation
    • "every weekend,on Friday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from DevSecNinja as a code owner May 1, 2026 05:34
@renovate renovate Bot force-pushed the renovate/git-cliff-2.x branch 20 times, most recently from bef14b6 to 0a94f12 Compare May 2, 2026 19:51
@renovate renovate Bot force-pushed the renovate/git-cliff-2.x branch from 0a94f12 to d1e5099 Compare May 2, 2026 19:58
@DevSecNinja DevSecNinja merged commit 085b778 into main May 2, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant