Skip to content

Commit

Permalink
Rollup merge of rust-lang#76516 - pietroalbini:github-releases, r=Mar…
Browse files Browse the repository at this point in the history
…k-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
  • Loading branch information
tmandry committed Sep 9, 2020
2 parents 98f59bc + f64ddc6 commit 09a364e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions triagebot.toml
Expand Up @@ -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"

0 comments on commit 09a364e

Please sign in to comment.