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

v10.0.0 #14594

Merged
merged 20 commits into from Feb 9, 2023
Merged

v10.0.0 #14594

merged 20 commits into from Feb 9, 2023

Conversation

connorjclark
Copy link
Collaborator

@connorjclark connorjclark commented Dec 6, 2022

I removed all the references to changes in our 9.6.x cherry pick releases (which our changelog generator didn't know how to exclude). The useful commands I used to do that were:

function regex { gawk 'match($0,/'$1'/, ary) {print ary['${2:-'0'}']}'; }
cat changelog.md | regex 'pull\/([^)]*)\)' 1 | sort | uniq -d

preview: https://gist.github.com/connorjclark/55d360356d7a75da802e13f611904f6b

changelog.md Outdated Show resolved Hide resolved
@connorjclark connorjclark changed the title 10.0 changelog draft v10.0.0 Feb 9, 2023
changelog.md Show resolved Hide resolved
changelog.md Outdated Show resolved Hide resolved
changelog.md Outdated Show resolved Hide resolved
changelog.md Outdated Show resolved Hide resolved
changelog.md Outdated Show resolved Hide resolved
changelog.md Outdated Show resolved Hide resolved
changelog.md Outdated Show resolved Hide resolved
changelog.md Outdated Show resolved Hide resolved
changelog.md Outdated Show resolved Hide resolved
changelog.md Outdated Show resolved Hide resolved
@connorjclark connorjclark merged commit 2eb8f34 into main Feb 9, 2023
@connorjclark connorjclark deleted the 10-changelog branch February 9, 2023 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants