Open
Description
Currently, we're generating changelogs with a Python script. This is trying to mimic the exact format that rustup posts on the Rust blog have been in the past, but it would be nice to simplify this approach.
See more discussion in #3773 (comment).
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
rami3l commentedon Apr 23, 2024
#3773 (comment)
@djc I have an idea! What about making rust-lang/thanks recognize us as well? The fact that we're currently not recognized on https://thanks.rust-lang.org is something I been always wanting to point out since a while ago. This way, we can just use a link towards that page to replace the whole section, just like Rustc does right now; also, all the Rustup contributors can then get the credit they deserve!
rami3l commentedon Apr 24, 2024
On the other hand, rust-lang/rfcs#3503 has been merged and it seems that the
cargo
feature is already partially implemented. I think we can adoptcargo-script
early with either this script orgen-workflows.sh
.[-]Decide on a better strategy for release notes/changelogs[/-][+]Meta: decide on a better strategy for release notes/changelogs[/+][-]Meta: decide on a better strategy for release notes/changelogs[/-][+]Decide on a better strategy for release notes/changelogs[/+]djc commentedon Apr 24, 2024
Adding rustup to thanks seems nice, but I worry that it might be quite a bit of work, since from the description it looks like it might currently be tied into rust-lang/rust stuff.
I prefer boring/familiar stuff because it will be easier to maintain so I'd prefer to avoid
cargo script
until it actually lands in the stable toolchain.dist::triple::known
is up to date withplatforms
#3841