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

Change: Much more flexible Conventional Commits support #662

Merged
merged 1 commit into from
Mar 3, 2023

Conversation

y0urself
Copy link
Member

@y0urself y0urself commented Mar 3, 2023

What

Catch more Conventional Commits, by improving the RegEx.
Supports:

  • Add: foo, Change: foo, ..
  • [JIRA-123] Add: foo, ...
  • JIRA-123 Add: foo,
  • JIRA 123 Add: foo,
  • JIRA-123/Add: foo,
  • Add/JIRA-123: foo,
    All catches also without the :, e.g. JIRA-123 Add blubb
    Also is still case insensitive

Why

  • Don't force other teams into using a single type of commit messages

References

DEVOPS-593

Checklist

  • Tests

@y0urself y0urself requested a review from a team as a code owner March 3, 2023 12:50
@y0urself y0urself changed the title [DEVOPS-593] Change: Much more flexible Conventional Commits support Change: Much more flexible Conventional Commits support Mar 3, 2023
@y0urself y0urself force-pushed the y0urself/cc branch 2 times, most recently from 53eec94 to 57d3e3c Compare March 3, 2023 12:57
@y0urself y0urself enabled auto-merge (squash) March 3, 2023 12:58
@y0urself y0urself merged commit 7176fa3 into main Mar 3, 2023
@y0urself y0urself deleted the y0urself/cc branch March 3, 2023 13:01
y0urself added a commit that referenced this pull request Mar 3, 2023
bjoernricks pushed a commit that referenced this pull request Mar 3, 2023
y0urself added a commit that referenced this pull request Mar 14, 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.

2 participants