Skip to content

Commit 7fd292e

Browse files
camelidJoshua Nelson
and
Joshua Nelson
authored
Use inline code for regression labels
Co-authored-by: Joshua Nelson <[email protected]>
1 parent fa61909 commit 7fd292e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

posts/inside-rust/2020-10-08-regression-labels.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ We also have labels that help us keep track of regressions so that we can
2020
prioritize them and fix them quickly if they are severe. We have three
2121
regression labels, each representing when the regression occurred:
2222

23-
* regression-from-stable-to-nightly
24-
* regression-from-stable-to-beta
25-
* regression-from-stable-to-stable
23+
* `regression-from-stable-to-nightly`
24+
* `regression-from-stable-to-beta`
25+
* `regression-from-stable-to-stable`
2626

2727
We recently had a case where a [regression was not caught][internals-thread]
2828
before a release because the issue was not marked with a regression label.

0 commit comments

Comments
 (0)