diff options
| author | Tyler Mandry <tmandry@gmail.com> | 2020-09-09 15:06:04 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-09 15:06:04 -0700 |
| commit | 09a364e9842d3a2852a10664bd0989fdbb82fdde (patch) | |
| tree | c1e1ef4384e21f9c80a894a681640a310e481522 | |
| parent | 98f59bc2aab4b76c97360991cc99289be1b077ed (diff) | |
| parent | f64ddc60a504a7dfee41fec477dd678d54d19b22 (diff) | |
| download | rust-09a364e9842d3a2852a10664bd0989fdbb82fdde.tar.gz rust-09a364e9842d3a2852a10664bd0989fdbb82fdde.zip | |
Rollup merge of #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 https://github.com/rust-lang/triagebot/pull/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
| -rw-r--r-- | triagebot.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index 707e381b06e..bcdc40017b5 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -99,3 +99,9 @@ message_on_add = """\ - Needs `I-nominated`? """ message_on_remove = "Issue #{number}'s prioritization request has been removed." + +[github-releases] +format = "rustc" +project-name = "Rust" +changelog-path = "RELEASES.md" +changelog-branch = "master" |
