Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/release/backporting.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Backporting

> ## What is a backport?

> A **backport** is the act of taking a fix or feature that landed in a newer Rust release
> (or any software) and re-applying it to an older supported branch. This is most often used
> to ship critical bug-fixes or security patches on channels (like Stable or Beta)
> that no longer receive every upstream change.

There's a steady trickle of patches that need to be ported to the beta and stable branch.
Only a few people are even aware of the process, but this is actually something anybody can do.

Expand Down