Skip to content

Commit 230267f

Browse files
authored
Fix Markdown list (#31)
1 parent b1fe965 commit 230267f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

release/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Examples:
4848
## Description
4949

5050
The release process performs the following steps:
51+
5152
0. Create a release branch from `main`.
5253
1. Update the release version in the cargo workspace by dropping the "-nightly" token.
5354
2. Update `Cargo.lock` with the new version.
@@ -57,6 +58,7 @@ The release process performs the following steps:
5758
6. __Optional__: if the GitHub cli is installed, a PR is created.
5859

5960
Raising the next development version includes the following steps:
61+
6062
0. Create a release branch from `main`.
6163
1. Set the version to the next development version by increasing the 'next-devel-level' (by default) part and adding the '-nightly' prerelease token.
6264
2. Update `Cargo.lock` with the new version.

0 commit comments

Comments
 (0)