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

feat: improve mkreleaslog #8290

Merged
merged 3 commits into from
Jul 21, 2021
Merged

feat: improve mkreleaslog #8290

merged 3 commits into from
Jul 21, 2021

Conversation

Stebalien
Copy link
Member

  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.

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
Comment on lines 151 to 152
# Check to see if this commit includes any non-ignored files.
# Use jq instead of grep so we get PCRE regexes.
Copy link
Contributor

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?

Copy link
Member Author

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.
Copy link
Contributor

@aschmahmann aschmahmann left a comment

Choose a reason for hiding this comment

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

LGTM. Thank you 🙏

@aschmahmann aschmahmann merged commit 0fa987e into master Jul 21, 2021
@aschmahmann aschmahmann deleted the feat/improve-mkrelease branch July 21, 2021 22:09
@aschmahmann aschmahmann mentioned this pull request Aug 23, 2021
62 tasks
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.

3 participants