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

Regex fix example added #676

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

jebarpg
Copy link

@jebarpg jebarpg commented Mar 2, 2024

made the regex fix as well as updated the regex101 example link
also formatted my commit message with the bug emoji.

@jebarpg
Copy link
Author

jebarpg commented Mar 8, 2024

Just pinging this PR to see where it is at in the approval process. Thank you for your help! Cheers 🎉


const gitmojiCodeStr = gitmojiCodeRegex.source;
const gitmojiUnicodeStr = gitmojiUnicodeRegex.source;
const emojiStr = emojiRegex.source;

export default {
// Test URL: https://regex101.com/r/gYkG99/1
// Test URL: https://regex101.com/r/HYr6d3/1
Copy link
Owner

Choose a reason for hiding this comment

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

Please add some more test examples to show the difference between before and after.

Copy link
Author

Choose a reason for hiding this comment

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

I added these two lines at the bottom:

:green_heart: fix-ci(ci/cd): added release rules for all cz-emojis

:green_heart: ci/cd(config): changed config for cz-emojis

Here is the new URL: https://regex101.com/r/WXbn1P/1

Not sure I can show a before match in the same link.
Let me know if this is enough.
Cheers!

@jebarpg jebarpg requested a review from arvinxx March 30, 2024 19:11
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