invertase / melos

๐ŸŒ‹ A tool for managing Dart projects with multiple packages. With IntelliJ and Vscode IDE support. Supports automated versioning, changelogs & publishing via Conventional Commits.
https://melos.invertase.dev/~melos-latest
Apache License 2.0
1.11k stars 198 forks source link

feat: add support for bitbucket repository url #608

Closed fenrirx22 closed 9 months ago

fenrirx22 commented 9 months ago

Description

Basic integration with Bitbucket git repository url. It allows to generate changelog with proper commit urls. It does not provide support of issue Url generation as bitbucket use Jira as issue tracker and it would require to pass additional Jira url in the config files. Adding Jira support require to rebuild bigger chunk of the code (additional configs, default behavior, new issue tracking regexp, more tests). It can be done in next MR.

Type of Change

docs-page[bot] commented 9 months ago

To view this pull requests documentation preview, visit the following URL:

melos.invertase.dev/~608

Documentation is deployed and generated using docs.page.

CLAassistant commented 9 months ago

CLA assistant check
All committers have signed the CLA.