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

generate changelog #1516

Merged
merged 4 commits into from
Jul 4, 2024
Merged

Conversation

ChristopherBiscardi
Copy link
Contributor

@ChristopherBiscardi ChristopherBiscardi commented Jul 3, 2024

cargo run -- --from v0.13.0 --to release-0.14.0 --release-version 0.14 changelog

tool output:

❯ cargo run -- --from v0.13.0 --to release-0.14.0 --release-version 0.14 changelog
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
     Running `/Users/chris/github/bevyengine/bevy-website/target/debug/generate-release --from v0.13.0 --to release-0.14.0 --release-version 0.14 changelog`
Getting list of all commits from v0.13.0 to release-0.14.0
Page: 1 (250 commits)
Page: 2 (250 commits)
Page: 3 (250 commits)
Page: 4 (167 commits)
Page: 5 (0 commits)
Found 917 commits
Getting list of all merged PRs from v0.13.0 to release-0.14.0 with label None
Page: 1 (59 prs)
Page: 2 (64 prs)
Page: 3 (66 prs)
Page: 4 (64 prs)
Page: 5 (64 prs)
Page: 6 (61 prs)
Page: 7 (58 prs)
Page: 8 (66 prs)
Page: 9 (64 prs)
Page: 10 (55 prs)
Page: 11 (59 prs)
Page: 12 (59 prs)
Page: 13 (65 prs)
Page: 14 (63 prs)
Page: 15 (59 prs)
Page: 16 (53 prs)
Page: 17 (34 prs)
Skipping PR closed before the target datetime 2023-11-22 13:58:13 UTC
Filtering PRs closed before the target datetime 2024-02-17 00:00:00 UTC
Found 993 merged PRs and 917 commits since 2024-02-17 (the base commit date)
PR not found for refactor: Extract parallel queue abstraction sha: e34fb68677aef4269d376273903800cb4228d8b7
PR not found for also look in just_pressed touches for position sha: 4134351d9b4d14a352c1eccff6dc334fda1593ce
PR not found for Added `add_group` to `PluginGroupBuilder` sha: bb00d9fc3c06dbd27e9e4bea25ad8bc71e07677d
PR not found for bevy_reflect: Recursive registration sha: ccb9d0500f88fe93bf7c43647fe6a8efc5d82030
PR not found for Add table showing complexity of methods for Input sha: 1b3c2b0fed4821d2a8a7554330310ae7f675373d
PR not found for Add pipeline statistics sha: 737b719dda79e15aa70b3a390c871070519f34e0
PR not found for Meshlet rendering (initial feature) sha: 4f20faaa43a5f3c8743be1c9eef13c3debbd1be5
PR not found for Refactor `App` and `SubApp` internals for better separation sha: 01649f13e2d7891573e3f128b27848d286536a89
PR not found for Per-Object Motion Blur sha: ade70b3925b27f76b669ac5fd9e2c31f824d7667
PR not found for Add error when extract resource build fails sha: 4b446c020e476eadb5da2af923965946abdb826a
PR not found for Add doc comments explaining the different behaviours of `alignment` and `Anchor` with `text_2d` sha: be217ab037b6fe763f42542204773a18d0108e3b

Added 901 PRs to the changelog

```
cargo run -- --from v0.13.0 --to release-0.14.0 --release-version 0.14 changelog
```
@alice-i-cecile
Copy link
Member

I suspect you already know this, but the command here needs to be updated :)

@alice-i-cecile alice-i-cecile enabled auto-merge July 3, 2024 23:58
@alice-i-cecile alice-i-cecile added S-Ready-For-Final-Review Ready for a maintainer to consider for merging and removed S-Needs-Review labels Jul 3, 2024
@alice-i-cecile alice-i-cecile disabled auto-merge July 4, 2024 00:03
@alice-i-cecile alice-i-cecile added this pull request to the merge queue Jul 4, 2024
Merged via the queue into bevyengine:main with commit 32a4354 Jul 4, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Release-Notes C-Content S-Ready-For-Final-Review Ready for a maintainer to consider for merging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants