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

BUG: Make changelog recognize gh- as a PR number prefix. #18941

Merged
merged 5 commits into from May 7, 2021

Conversation

charris
Copy link
Member

@charris charris commented May 7, 2021

Backport of #18930.

The changelog.py script was only recognizing fast forward merges where the PR number was of the form "(#xxxxx)", but some people were merging with the "(gh-xxxxx)" or (typo) "gh-#xxxxx" form. Also ignore dependabot-preview as an author.

  • Update the 1.20.0 changelog.
  • Update the 1.19.0 changelog.
  • Update the 1.18.0 changelog.
  • Update the 1.17.0 changelog.

The changelog.py script was only recognizing fast forward merges
where the PR number was of the form "(#xxxxx)", but some people
were merging using the "(gh-xxxxx)" form. Fix that.
@charris charris added this to the 1.20.3 release milestone May 7, 2021
@charris charris merged commit b5cfe76 into numpy:maintenance/1.20.x May 7, 2021
@charris charris deleted the fix-changelog-script branch May 7, 2021 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant