Skip to content

Commit 1ea43fb

Browse files
authored
Update CONTRIBUTING.md
1 parent 48d93c9 commit 1ea43fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ This project follows *Microsoft .Net* [coding conventions](https://docs.microsof
3737

3838
To release a new version push a new tag using the format:
3939

40-
`<major>.<minor>.<build>[-{stable|rc|beta|alpha}]`
40+
`<major>.<minor>.<build>`
4141

42-
example: `v1.0.16`
42+
examples: `1.0.19`, `1.0.20-pre1`
4343

44-
When a new tag is submitted the CI system will build the project, run tests and package assets (.dll and .nupkg distribution files). The NuGet package will be automatically published and assets will be also uploaded to the new release on GitHub repository.
44+
When a new tag is submitted the CI system will build the project, run tests and package assets (.dll and .nupkg distribution files). The NuGet package will be automatically published and assets will be also uploaded to the new release tag on GitHub repository.
4545

4646
#### Join SerialPortLib team!
4747

0 commit comments

Comments
 (0)