Skip to content

Commit d1c9bd1

Browse files
bors[bot]matklad
andauthored
Merge #8621
8621: feat: make sure nightly regressions don't break users r=lnicola a=matklad Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2 parents 1f1a1ce + 27073f4 commit d1c9bd1

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Critical Nightly Regression
3+
about: You are using nightly rust-analyzer and the latest version is unusable.
4+
title: ''
5+
labels: ''
6+
assignees: 'matklad'
7+
8+
---
9+
10+
<!--
11+
Troubleshooting guide: https://rust-analyzer.github.io/manual.html#troubleshooting
12+
13+
Please try to provide information which will help us to fix the issue faster. Minimal reproducible examples with few dependencies are especially lovely <3.
14+
-->
15+
16+
This is a serious regression in nightly and it's important to fix it before the next release.
17+
@matklad, please take a look.

docs/dev/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,11 @@ If it fails because of something that needs to be fixed, remove the release tag
229229
Make sure to remove the new changelog post created when running `cargo xtask release` a second time.
230230

231231
We release "nightly" every night automatically and promote the latest nightly to "stable" manually, every week.
232+
232233
We don't do "patch" releases, unless something truly egregious comes up.
234+
To do a patch release, cherry-pick the fix on top of the current `release` branch and push the branch.
235+
There's no need to write a changelog for a patch release, it's OK to include the notes about the fix into the next weekly one.
236+
Note: we tag releases by dates, releasing a patch release on the same day should work (by overwriting a tag), but I am not 100% sure.
233237

234238
## Permissions
235239

0 commit comments

Comments
 (0)