github-tools / github-release-notes

Node module to create a release or a changelog from a tag and uses issues or commits to creating the release notes.
https://github-tools.github.io/github-release-notes/
GNU General Public License v3.0
880 stars 325 forks source link

Usage with private bitbucket repository #298

Open Mazenak opened 3 years ago

Mazenak commented 3 years ago

I have a private bitbucket repo and I was trying to figure out how I can use auto with my project but I got lost and didn't find the answer. Anyways, my project is C++ project and we have already implemented CI/CD for it using GCP cloud build and docker. Can use any tool to generate release notes based on PRs between branches?