aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2016-10-01 00:22:09 +0800
committerGitHub <noreply@github.com>2016-10-01 00:22:09 +0800
commitd5cfb17b32147e950a689a507e0d5487dece7e8a (patch)
tree9cbbc5ed55d71ddb4a4b272690892809e962b508 /docs
parentc06ba01136e9594648a2d362f2767b967f2d0c1f (diff)
parent1edcf61b9c86fccf801277b97fed2b6e9f2ca582 (diff)
downloaddexon-solidity-d5cfb17b32147e950a689a507e0d5487dece7e8a.tar
dexon-solidity-d5cfb17b32147e950a689a507e0d5487dece7e8a.tar.gz
dexon-solidity-d5cfb17b32147e950a689a507e0d5487dece7e8a.tar.bz2
dexon-solidity-d5cfb17b32147e950a689a507e0d5487dece7e8a.tar.lz
dexon-solidity-d5cfb17b32147e950a689a507e0d5487dece7e8a.tar.xz
dexon-solidity-d5cfb17b32147e950a689a507e0d5487dece7e8a.tar.zst
dexon-solidity-d5cfb17b32147e950a689a507e0d5487dece7e8a.zip
Merge pull request #1115 from ShrutiAppiah/develop
list formatting 2
Diffstat (limited to 'docs')
-rw-r--r--docs/installing-solidity.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst
index ebb7537b..97eada79 100644
--- a/docs/installing-solidity.rst
+++ b/docs/installing-solidity.rst
@@ -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.
Example:
-- 0) the 0.4.0 release is made
-- 1) nightly build has a version of 0.4.1 from now on
-- 2) non-breaking changes are introduced - no change in version
-- 3) a breaking change is introduced - version is bumped to 0.5.0
-- 4) the 0.5.0 release is made
+
+0. the 0.4.0 release is made
+1. nightly build has a version of 0.4.1 from now on
+2. non-breaking changes are introduced - no change in version
+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.