Skip to content

chore(deps): update dependency orhun/git-cliff to v2.13.1#6

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/orhun-git-cliff-2.x
May 22, 2026
Merged

chore(deps): update dependency orhun/git-cliff to v2.13.1#6
renovate[bot] merged 1 commit into
mainfrom
renovate/orhun-git-cliff-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 22, 2026

This PR contains the following updates:

Package Update Change
orhun/git-cliff minor v2.8.0v2.13.1

Release Notes

orhun/git-cliff (orhun/git-cliff)

v2.13.1

Compare Source

animation

2.13.1 - 2026-04-26

🐛 Bug Fixes
  • (cd) Prepare embedded assets before PyPI and crates.io packaging - (b99a232)

v2.13.0

Compare Source

animation

2.13.0 - 2026-04-26

⛰️ Features
🐛 Bug Fixes
  • (args) Correctly parse multiple env values for include/exclude paths (#​1450) - (f1874b8)
  • (cd) Publish musl wheels to PyPI by matching matrix.build.NAME (#​1490) - (9b5e732)
  • (cli) Warn when --with-commit does not change version (#​1484) - (3d6a7cb)
  • (docs) Use updated usage of doc_auto_cfg and fix internal link (#​1373) - (0a0a795)
  • (npm) Use require.resolve to resolve binary path (#​1392) - (39cd76e)
  • (remote) Deserialize GitLab API data models safely (#​1368) - (954106f)
🚜 Refactor
📚 Documentation
⚡ Performance
🧪 Testing
⚙️ Miscellaneous Tasks
◀️ Revert
Build
  • (npm) Optimize tsup and tsconfig for node 18+ cli (#​1382) - (e7e89c4)
  • (website) Standardize on yarn and fix invalid changelog anchor link (#​1383) - (97b39d9)

New Contributors ❤️

v2.12.0

Compare Source

animation

2.12.0 - 2026-01-20

⛰️ 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

New Contributors ❤️

v2.11.0

Compare Source

animation

2.11.0 - 2025-12-14

⛰️ 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

New Contributors ❤️

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

animation

2.10.0 - 2025-07-27

⛰️ 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)

New Contributors ❤️

v2.9.1

Compare Source

animation

2.9.1 - 2025-06-03

🐛 Bug Fixes
  • (cd) Upgrade bump-homebrew-formula-action to fix import error - (2da982f)
  • (cd) Disable sccache for maturin - (f0a2dc6)

v2.9.0

Compare Source

animation

2.9.0 - 2025-06-02

⛰️ 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)

New Contributors ❤️


Configuration

📅 Schedule: (in timezone Europe/Paris)

  • Branch creation
    • At any time (no schedule defined)
  • 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 enabled auto-merge (squash) May 22, 2026 07:45
@renovate renovate Bot merged commit 53d96cc into main May 22, 2026
1 check passed
@renovate renovate Bot deleted the renovate/orhun-git-cliff-2.x branch May 22, 2026 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants