-
Notifications
You must be signed in to change notification settings - Fork 747
Add a template for release announcements #865
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 a template for release announcements #865
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine, r=me. Though not sending it to bors yet just in case you want more feedback.
`bindgen` automatically generates Rust FFI bindings to C and C++ libraries. | ||
|
||
* [GitHub][] | ||
* [crates.io][] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
huh, I'd expect you to need [crates.io][crates.io]
, nice!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add a docs link too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, some very minor comments inline (which I won't be offended if you ignore :-) )
|
||
```toml | ||
bindgen = "$TODO_VERSION" | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would put this above the links to GH/crates.io since it is probably more useful for many users.
`bindgen` automatically generates Rust FFI bindings to C and C++ libraries. | ||
|
||
* [GitHub][] | ||
* [crates.io][] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add a docs link too?
* [Issues labeled "easy"][easy] | ||
* [Issues labeled "less easy"][less-easy] | ||
* Still can't find something to work on? [Drop a comment here][looking] | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would add some boilerplate text about non-code contributions (reporting bugs, docs, etc.) and maybe a direct link to file a new issue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small suggestion
releases/friends.sh
Outdated
set -eu | ||
set -o pipefail | ||
|
||
cd $(dirname $0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest quoting like "$(dirname "$0")"
Thanks for the feedback everyone! Very appreciated :) |
And a script to find all the folks who contributed to the release.
16cb32b
to
c8e237f
Compare
@bors-servo r=emilio,nrc,tmfink |
📌 Commit c8e237f has been approved by |
Small suggestion (the sequel) |
☀️ Test successful - status-travis |
And a script to find all the folks who contributed to the release.
Anything we should add or remove to the release announcement template? Once we've hashed this out, I'll make the first release announcement thread on u.r-l.o :-)
r? @emilio @nrc