glebpom / rust-changelogs

MIT License
78 stars 10 forks source link

Nightly is missing #25

Open tgross35 opened 2 months ago

tgross35 commented 2 months ago

I am not sure if this is just because there was a release today, but it looks like nightly is no longer on the list. It should be 1.80 at this point.

image

By comparison, archived snapshot from a couple months ago:

image

tgross35 commented 1 month ago

There haven't been any changes in the repo for the past few months so something must be broken with the information source. @glebpom this might need a look from you

glebpom commented 1 month ago

Hi @tgross35 . You may find Generated at Tue, 07 May 2024 11:17:45 +0000 on the releases.rs page, so it's generated correctly. Nightly (1.80.0) is probably missing because no PR related to it was merged just yet.

tgross35 commented 1 month ago

There are plenty with the 1.80 milestone https://github.com/rust-lang/rust/pulls?q=is%3Apr+milestone%3A1.80.0+is%3Aclosed but I guess it needs both the milestone and the relnotes label? There are none with both.