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

Add news fragments #167

Merged
merged 1 commit into from
Aug 2, 2024
Merged

Conversation

notatallshaw
Copy link
Collaborator

Never done this before, but following up on #159 (comment)

I used this script to just pre-populate the NEWS directory and then went through each PR:

GITHUB_TOKEN="xxx"
git log --pretty="%h - %s" --after="2023-03-09" --grep 'Merge pull request' | grep -oP '#\d+' | grep -oP '\d+' | while read pr; do
    curl -s -H "Authorization: token $GITHUB_TOKEN" https://api.github.com/repos/sarugaku/resolvelib/pulls/$pr | jq -r '.title' > news/${pr}.bugfix
done

Not sure what the style guide is here, just tried my best, can fix anything up as you wish.

@frostming frostming merged commit 34e7f83 into sarugaku:main Aug 2, 2024
9 checks passed
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.

2 participants