lerna / lerna-changelog

:book: PR-based changelog generator with monorepo support
MIT License
804 stars 100 forks source link

BitBucket Support #253

Open dariusrosendahl opened 4 years ago

dariusrosendahl commented 4 years ago

Hi there!

Lerna-changelog looks like the exact solution for what we need: Release notes per package. However, my company uses bitbucket. Is there any way you would consider support for other GIT Repo's?

For bitbucket you could use the folder (like feature/ or bugfix/) instead of tags.

If you don't, is there another tool you could recommend?

Turbo87 commented 4 years ago

Is there any way you would consider support for other GIT Repo's?

I personally don't have time right now to work on it, but I'm happy to review PRs. I would only ask to make the PRs somewhat small and easy to review, if possible. 😅

For bitbucket you could use the folder (like feature/ or bugfix/) instead of tags.

can you elaborate on that? does Bitbucket not have a concept of tags at all?

Alonski commented 4 years ago

@Turbo87 Bitbucket doesn't have a concept of tags 😢 They have comments though. Maybe its possible to add keywords to the title or comments of a PR and read that :)

silversonicaxel commented 4 years ago

I guess @Alonski means that BitBucket has no concept of Labels.