-
-
Notifications
You must be signed in to change notification settings - Fork 269
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Discussed in #1154
Originally posted by mcourteaux June 2, 2025
I'm trying to generate a changelog from multiple repositories at once.
git-cliff --repository SilverNode NeonRAW --config SilverNode/cliff.toml -vunfortunately produces:
DEBUG git_cliff > No GitHub remote is set, using remote: zero-effort-company/silvernode
INFO git_cliff > Including changes from the current directory: ".."
INFO git_cliff > Including changes from the current directory: ".."
DEBUG git_cliff_core::changelog > Adding remote data...
DEBUG git_cliff_core::changelog > Processing the commits...
DEBUG git_cliff_core::changelog > Processing 2 release(s)...
DEBUG git_cliff_core::changelog > Generating changelog...
# Changelog
All notable changes to this project will be documented in this file.
## [unreleased]
## [unreleased]
<!-- generated by git-cliff -->
Both SilverNode and NeonRAW are folders in the current working directory for which the program does work. If I cd SilverNode, and then run git-cliff, I get a correct changelog.
I don't understand why this is not working. The line
INFO git_cliff > Including changes from the current directory: ".."
seems to suggest it is not respecting the repository I pass, but instead is using the current working directory twice.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working