Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Apply suggestions from code review
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
RafaelGSS and aduh95 authored Nov 26, 2024
commit 0bb2fc4cc5794dabbc772d213d193fcd813bea51
4 changes: 2 additions & 2 deletions doc/contributing/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,7 @@ take place once a new LTS line has been released.

## FAQ

Due to how releases work (tools/release.sh) isn't uncommon to face some errors
Due to how `tools/release.sh` work, it isn't uncommon to face some errors
during the promotion process as it depends on network communication and machine
availability. This section aims to guide the releaser through potential
failures.
Expand Down Expand Up @@ -1413,7 +1413,7 @@ Emitted 'error' event on DestroyableTransform instance at:
}
```

Typical approach: Sign the release again
Typical resolution: sign the release again.

```bash
./tools/release.sh -s vX.Y.Z
Expand Down