Skip to content

Commit cef541f

Browse files
authoredAug 24, 2021
fix code block fencing (#1427)
1 parent c604fcb commit cef541f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Terminal.Gui/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To define a new version (e.g. with a higher `major`, `minor`, `patch`, or `build
3333
```powershell
3434
git tag v1.3.4-beta.5 -a -m "v1.3.4 Beta 5"
3535
dotnet build -c Release
36-
``
36+
```
3737

3838
If the current commit does not have a version tag, another number is added to the pre-release identifiers. This is the number of commits since the latest commit with a version tag or, if no commits have a version tag, since the root commit. This is known as "height". For example, if the latest version tag found is 1.0.0-beta.1, at a height of 42 commits, the calculated version is 1.0.0-beta.1.42.
3939

0 commit comments

Comments
 (0)
Please sign in to comment.