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

[Merged by Bors] - migration guide and release note generator #469

Closed
wants to merge 28 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
86b2587
migration guide generator
IceSentry Oct 25, 2022
44c2727
match case insensitive
IceSentry Oct 25, 2022
b4fb00e
match any heading
IceSentry Oct 25, 2022
376ee5e
small improvements
IceSentry Oct 25, 2022
a42a4c4
make code more reusable
IceSentry Oct 25, 2022
f30bdc5
docs
IceSentry Oct 25, 2022
ea7ed01
use subcommand to generate release notes or migration guide
IceSentry Oct 25, 2022
df9e69e
generate release note
IceSentry Oct 25, 2022
3b390fb
support getting all pages
IceSentry Nov 3, 2022
70f00ec
add MSRV to migration guide
IceSentry Nov 4, 2022
827cde2
improve release notes
IceSentry Nov 4, 2022
5d0cebc
add a bit more docs
IceSentry Nov 4, 2022
afe962d
extract rest api to github_client
IceSentry Nov 8, 2022
14db75c
get prs by commits
IceSentry Nov 12, 2022
3dd3f22
clippy
IceSentry Jan 29, 2023
321e827
fix closed_at, use main, get all contributors with gql
IceSentry Feb 4, 2023
9b78de1
reduce sleep time
IceSentry Feb 4, 2023
f398bb8
fix header
IceSentry Feb 4, 2023
7649ff5
reuse logic for migration guide
IceSentry Feb 4, 2023
070bfb9
split in multiple files
IceSentry Feb 4, 2023
1ad16ba
better area handling
IceSentry Feb 5, 2023
ef9331e
add style
IceSentry Feb 6, 2023
9452ff7
rename crate
IceSentry Feb 6, 2023
d93b599
Use branch comparison api
cart Feb 15, 2023
ba93671
remove debug line
cart Feb 15, 2023
9429fae
use paging for compare commits
IceSentry Feb 15, 2023
17a51ff
clean up
IceSentry Feb 15, 2023
1ad5e78
support bevy-website and better user lookup
IceSentry Feb 15, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions generate-release/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
target
assets
data/
.env
out.md
migration-guide.md
release-notes.md
release-notes-website.md
Loading