You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ℹ Generating changelog for v2.0.0...gitbutler/integration 12:04:50 AM
[12:04:51 AM] ERROR Command failed with exit code 127: git --no-pager log v2.0.0...gitbutler/integration --pretty="----%n%s|%h|%an|%ae%n%b" --name-status
/home/oyedejioyewole/.local/bin/git: 1: eval: %h: not found
/home/oyedejioyewole/.local/bin/git: 1: eval: %ae%n%b": not found
/home/oyedejioyewole/.local/bin/git: 1: eval: %an: not found
/home/oyedejioyewole/.local/bin/git: 1: eval: %h: not found
/home/oyedejioyewole/.local/bin/git: 1: eval: %ae%n%b": not found
/home/oyedejioyewole/.local/bin/git: 1: eval: %an: not found
at makeError (node_modules/.pnpm/[email protected]/node_modules/execa/lib/error.js:60:11)
at handlePromise (node_modules/.pnpm/[email protected]/node_modules/execa/index.js:124:26)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async execCommand (node_modules/.pnpm/[email protected]/node_modules/changelogen/dist/shared/changelogen.b98c84ee.mjs:14:15)
at async getGitDiff (node_modules/.pnpm/[email protected]/node_modules/changelogen/dist/shared/changelogen.b98c84ee.mjs:43:13)
at async Module.defaultMain (node_modules/.pnpm/[email protected]/node_modules/changelogen/dist/chunks/default.mjs:39:22)
at async main (node_modules/.pnpm/[email protected]/node_modules/changelogen/dist/cli.mjs:22:3)
Additional context
When running git --no-pager log v2.0.0...gitbutler/integration --pretty="----%n%s|%h|%an|%ae%n%b" --name-status, it works normally
Logs
>[email protected] release:patch /home/oyedejioyewole/Workspaces/published/nuxt-bootstrap-icons
> changelogen --patch --output docs/content/release-notes.md --publish
ℹ Generating changelog for v2.0.0...gitbutler/integration 12:04:50 AM
[12:04:51 AM] ERROR Command failed with exit code 127: git --no-pager log v2.0.0...gitbutler/integration --pretty="----%n%s|%h|%an|%ae%n%b" --name-status
/home/oyedejioyewole/.local/bin/git: 1: eval: %h: not found
/home/oyedejioyewole/.local/bin/git: 1: eval: %ae%n%b": not found/home/oyedejioyewole/.local/bin/git: 1: eval: %an: not found /home/oyedejioyewole/.local/bin/git: 1: eval: %h: not found /home/oyedejioyewole/.local/bin/git: 1: eval: %ae%n%b": not found
/home/oyedejioyewole/.local/bin/git: 1: eval: %an: not found
at makeError (node_modules/.pnpm/[email protected]/node_modules/execa/lib/error.js:60:11)
at handlePromise (node_modules/.pnpm/[email protected]/node_modules/execa/index.js:124:26)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async execCommand (node_modules/.pnpm/[email protected]/node_modules/changelogen/dist/shared/changelogen.b98c84ee.mjs:14:15)
at async getGitDiff (node_modules/.pnpm/[email protected]/node_modules/changelogen/dist/shared/changelogen.b98c84ee.mjs:43:13)
at async Module.defaultMain (node_modules/.pnpm/[email protected]/node_modules/changelogen/dist/chunks/default.mjs:39:22)
at async main (node_modules/.pnpm/[email protected]/node_modules/changelogen/dist/cli.mjs:22:3)
The text was updated successfully, but these errors were encountered:
Environment
Package version: ^0.5.5
Node version: 21.7.3
and my repository is a monorepo
Reproduction
The only way to reproduce this is to use GitButler on a repository and run
changelogen --bump
Describe the bug
ℹ Generating changelog for v2.0.0...gitbutler/integration 12:04:50 AM
[12:04:51 AM] ERROR Command failed with exit code 127: git --no-pager log v2.0.0...gitbutler/integration --pretty="----%n%s|%h|%an|%ae%n%b" --name-status
/home/oyedejioyewole/.local/bin/git: 1: eval: %h: not found
/home/oyedejioyewole/.local/bin/git: 1: eval: %ae%n%b": not found
/home/oyedejioyewole/.local/bin/git: 1: eval: %an: not found
/home/oyedejioyewole/.local/bin/git: 1: eval: %h: not found
/home/oyedejioyewole/.local/bin/git: 1: eval: %ae%n%b": not found
/home/oyedejioyewole/.local/bin/git: 1: eval: %an: not found
at makeError (node_modules/.pnpm/[email protected]/node_modules/execa/lib/error.js:60:11)
at handlePromise (node_modules/.pnpm/[email protected]/node_modules/execa/index.js:124:26)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async execCommand (node_modules/.pnpm/[email protected]/node_modules/changelogen/dist/shared/changelogen.b98c84ee.mjs:14:15)
at async getGitDiff (node_modules/.pnpm/[email protected]/node_modules/changelogen/dist/shared/changelogen.b98c84ee.mjs:43:13)
at async Module.defaultMain (node_modules/.pnpm/[email protected]/node_modules/changelogen/dist/chunks/default.mjs:39:22)
at async main (node_modules/.pnpm/[email protected]/node_modules/changelogen/dist/cli.mjs:22:3)
Additional context
When running
git --no-pager log v2.0.0...gitbutler/integration --pretty="----%n%s|%h|%an|%ae%n%b" --name-status
, it works normallyLogs
The text was updated successfully, but these errors were encountered: