-
-
Notifications
You must be signed in to change notification settings - Fork 245
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Is there an existing issue for this?
- I have searched the existing issues
Description of the bug
Git cliff stopped working for my repo starting with version 2.8
Steps To Reproduce
Clone repositories using git repo tool, or probably if .git is symlink to git data directory
> la .git
lrwxrwxrwx 1 20237314 wheel 27B Mar 27 2024 .git -> ../.repo/projects/moira.git
> la ../.repo/projects/moira.git
total 736
-rw-r--r--@ 1 20237314 wheel 17K Sep 3 18:24 .repo_config.json
-rw-r--r--@ 1 20237314 wheel 41B Sep 7 18:45 AUTO_MERGE
-rwxrwxrwx@ 1 20237314 wheel 375B Sep 7 18:45 COMMIT_EDITMSG
-rwxrwxrwx@ 1 20237314 wheel 11K Sep 7 18:44 config
-rwxrwxrwx 1 20237314 wheel 73B Jan 16 2024 description
-rwxrwxrwx@ 1 20237314 wheel 67K Sep 7 21:54 FETCH_HEAD
drwxrwxrwx 3 20237314 wheel 96B Mar 27 2024 filter-repo
drwxr-xr-x@ 3 20237314 wheel 96B May 29 03:29 git-cliff-core
-rw-r--r--@ 1 20237314 wheel 50B Sep 7 18:44 HEAD
lrwxrwxrwx 1 20237314 wheel 50B Mar 27 2024 hooks -> ../../project-objects/firmware/smart-hub.git/hooks
-rw-r--r--@ 1 20237314 wheel 118K Sep 7 18:57 index
drwxrwxrwx 4 20237314 wheel 128B Aug 28 10:23 info
-rwxrwxrwx@ 1 20237314 wheel 74B Mar 3 2024 integration
drwxrwxrwx 5 20237314 wheel 160B Jul 18 10:34 lfs
drwxrwxrwx 4 20237314 wheel 128B Aug 28 10:23 logs
lrwxrwxrwx 1 20237314 wheel 52B Mar 27 2024 objects -> ../../project-objects/firmware/smart-hub.git/objects
-rw-r--r--@ 1 20237314 wheel 41B Sep 7 18:44 ORIG_HEAD
-rw-r--r--@ 1 20237314 wheel 59K Sep 6 13:16 packed-refs
-rw-r--r--@ 1 20237314 wheel 41B Aug 30 21:15 PRE_ABSORB_HEAD
drwxrwxrwx 8 20237314 wheel 256B Sep 7 18:45 refs
lrwxrwxrwx 1 20237314 wheel 53B Mar 27 2024 rr-cache -> ../../project-objects/firmware/smart-hub.git/rr-cache
> git-cliff sh/25.2.12..sh/25.3.0
INFO git_cliff > Including changes from the current directory: "../.repo/projects/moira.git"
# Changelog
All notable changes to this project will be documented in this file.
## [unreleased]
<!-- generated by git-cliff -->
> git-cliff --version
git-cliff 2.10.0
~/Downloads/git-cliff-2.7.0/git-cliff sh/25.2.12..sh/25.3.0
INFO git_cliff > A new version of git-cliff is available: v2.7.0 -> v2.10.0
# Changelog
All notable changes to this project will be documented in this file.
## [sh/25.3.0] - 2025-07-08
### 🚀 Features
- *(zigbee)* SHFW-4849 Fix log errors
- ....
Expected behavior
Same as with version 2.7
Screenshots / Logs
No response
Software information
- Operating system: MacOS
- Rust version:
- Project version:
Additional context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working