Skip to content

Commit 09a364e

Browse files
authored
Rollup merge of rust-lang#76516 - pietroalbini:github-releases, r=Mark-Simulacrum
Enable GitHub Releases synchronization This PR enables the triagebot feature to automatically populate [GitHub Releases](https://github.com/rust-lang/rust/releases) for this repository based on the changelog. See rust-lang/triagebot#811 for the implementation of this feature on triagebot's side, and more insights on how it works. Note: once this lands people subscribed to the ~~firehose~~ rust-lang/rust repository will probably receive a ton of notifications for all the releases being created, but this should be a one-time thing. r? @Mark-Simulacrum cc @rust-lang/release
2 parents 98f59bc + f64ddc6 commit 09a364e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

triagebot.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,9 @@ message_on_add = """\
9999
- Needs `I-nominated`?
100100
"""
101101
message_on_remove = "Issue #{number}'s prioritization request has been removed."
102+
103+
[github-releases]
104+
format = "rustc"
105+
project-name = "Rust"
106+
changelog-path = "RELEASES.md"
107+
changelog-branch = "master"

0 commit comments

Comments
 (0)