orhun / git-cliff

A highly customizable Changelog Generator that follows Conventional Commit specifications ⛰️
https://git-cliff.org
Apache License 2.0
9.12k stars 193 forks source link

Context not fetching bitbucket PR details like title,number and label. #916

Open akshaypgore opened 2 hours ago

akshaypgore commented 2 hours ago

Is there an existing issue for this?

Description of the bug

I am trying to extract the details which are particular to PRs in bitbucket. On executing context using --context option all the keys related to bitbucket are empty. git-cliff version used is 2.6.1

Steps To Reproduce

  1. Clone git-cliff repo
  2. Build with command CARGO_TARGET_DIR=target cargo build --release
  3. Edit cliff.toml with owner,repo and token details.
  4. execute command git-cliff -c cliff.toml -x

Expected behavior

"bitbucket": { "username": null, "pr_title": null, "pr_number": null, "pr_labels": [], "is_first_time": false } This keys are null and they should be populated with correct details.

Screenshots / Logs

No response

Software information

Additional context

No response

welcome[bot] commented 2 hours ago

Thanks for opening your first issue at git-cliff! Be sure to follow the issue template! ⛰️