Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for bitbucket repository url #608

Merged
merged 6 commits into from
Dec 4, 2023

Conversation

fenrirx22
Copy link
Contributor

@fenrirx22 fenrirx22 commented Dec 2, 2023

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

  • feat -- New feature (non-breaking change which adds functionality)
  • 🛠️ fix -- Bug fix (non-breaking change which fixes an issue)
  • ! -- Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 refactor -- Code refactor
  • ci -- Build configuration change
  • 📝 docs -- Documentation
  • 🗑️ chore -- Chore

Copy link

docs-page bot commented Dec 2, 2023

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

melos.invertase.dev/~608

Documentation is deployed and generated using docs.page.

@CLAassistant
Copy link

CLAassistant commented Dec 2, 2023

CLA assistant check
All committers have signed the CLA.

@fenrirx22 fenrirx22 mentioned this pull request Dec 2, 2023
1 task
Copy link
Collaborator

@spydon spydon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm!

@Salakar Salakar linked an issue Dec 4, 2023 that may be closed by this pull request
1 task
@Salakar Salakar changed the title feat: add basic support for bitbucket repository url feat: add support for bitbucket repository url Dec 4, 2023
@Salakar Salakar merged commit 6f3ea62 into invertase:main Dec 4, 2023
9 checks passed
Salakar pushed a commit that referenced this pull request Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

request: support for bitbucket
4 participants