Skip to content
Merged
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
3 changes: 2 additions & 1 deletion Subtree sync procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ commit message template](#rust-toolchain-bump-commit-message-template).

#### `rust-toolchain` bump commit message template

```text
````text
chore: bump rustfmt toolchain to nightly-$LATEST_NIGHTLY_DATE

Bumping the toolchain version as part of a git subtree push.
Expand All @@ -132,6 +132,7 @@ After:
```
$LATEST_NIGHTLY_VERSION-nightly ($LATEST_NIGHTLY_HASH $LATEST_NIGHTLY_DATE)
```
````

Substituting the placeholders with the right information.

Expand Down