mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
list formatting
This commit is contained in:
parent
c06ba01136
commit
1edcf61b9c
@ -205,10 +205,11 @@ to semver and the severity of the change. Finally, a release is always made with
|
|||||||
of the current nightly build, but without the ``prerelease`` specifier.
|
of the current nightly build, but without the ``prerelease`` specifier.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
- 0) the 0.4.0 release is made
|
|
||||||
- 1) nightly build has a version of 0.4.1 from now on
|
0. the 0.4.0 release is made
|
||||||
- 2) non-breaking changes are introduced - no change in version
|
1. nightly build has a version of 0.4.1 from now on
|
||||||
- 3) a breaking change is introduced - version is bumped to 0.5.0
|
2. non-breaking changes are introduced - no change in version
|
||||||
- 4) the 0.5.0 release is made
|
3. a breaking change is introduced - version is bumped to 0.5.0
|
||||||
|
4. the 0.5.0 release is made
|
||||||
|
|
||||||
This behaviour works well with the version pragma.
|
This behaviour works well with the version pragma.
|
||||||
|
Loading…
Reference in New Issue
Block a user