-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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: improve mkreleaslog #8290
Conversation
Stebalien
commented
Jul 21, 2021
- Allow matching the entire module instead of just github orgs/usernames.
- Allow excluding some modules.
- Ignore files using a github pathspec and apply the same ignore patterns to the "contributors" section.
1. Allow matching the entire module instead of just github orgs/usernames. 2. Allow excluding some modules. 3. Ignore files using a github pathspec and apply the same ignore patterns to the "contributors" section.
bin/mkreleaselog
Outdated
# Check to see if this commit includes any non-ignored files. | ||
# Use jq instead of grep so we get PCRE regexes. |
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.
Maybe I'm just being bad at bash, but where's the jq here?
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.
Ah, that use of jq was stillborn. Let me fix the comment.
I had _thought_ pathspecs needed to start with / to only match the root, but apparently not.
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.
LGTM. Thank you 🙏