Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit parser: Add support for squash commits (BitBucket specific) #1085

Copy link
Copy link
Closed
@adaniline

Description

@adaniline
Issue body actions

Feature Request

Description

Angular Commit Parser doesn't work with BitBucket multi-line PR commit messages.

BitBucket by default generates commit messages when a pull request merged to master that look like this:

Merged in feat/my-awasome-stuff  (pull request #10)

feat: Implemented searching gizmos by keyword

More description

BitBucket Cloud doesn't allow to customize merge message template.

Angular commit parser uses re.match() which does not match tags on the second line. Using re.search() matches tags on the second line.

Use cases

This will allow to use python-semantic-release with BitBucket cloud.

Possible implementation

Option 1: replace re.match() with re.search() in AngularCommitParser.

Option 2: have a separate parser option to match tags after the first line.

Alternative solutions

n/a

Metadata

Metadata

Assignees

Labels

confirmedPrevent from becoming stalePrevent from becoming stalefeatureA new feature or a feature requestA new feature or a feature request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.