-
Notifications
You must be signed in to change notification settings - Fork 27
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
base: master
Are you sure you want to change the base?
Conversation
…with - and / i.e. fix-ci ci/cd
…with - and / i.e. fix-ci ci/cd
Just pinging this PR to see where it is at in the approval process. Thank you for your help! Cheers 🎉 |
packages/parser-opts/src/index.ts
Outdated
|
||
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 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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!
made the regex fix as well as updated the regex101 example link
also formatted my commit message with the bug emoji.