diff options
author | Dave Whiteland <dave@mysociety.org> | 2014-07-03 15:57:13 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2014-07-03 15:57:13 +0100 |
commit | a51742cfdc8fc6959c4dc2fec0ee379e1603d9c0 (patch) | |
tree | 84fc77b7a640635f86a3ea85e09696e18c6f9900 /docs/glossary.md | |
parent | 1b9c236ef8e5390b0bb76ab859e44946b8a348d2 (diff) | |
parent | 301e78b1b8f9b96b51c078b9bc59acc81c9debb8 (diff) |
Merge branch 'gh-pages-upgrading' into gh-pages
Diffstat (limited to 'docs/glossary.md')
-rw-r--r-- | docs/glossary.md | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/glossary.md b/docs/glossary.md index 7a7c5d003..d35454cbf 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -510,12 +510,12 @@ Definitions <dd> We issue new <strong>releases</strong> of the Alaveteli code whenever key work (new features, improvements, bugfixes, and so on) have been added to - the core code. Releases are identified by three numbers: major, minor, and - — if necessary — a patch number. We recommend you always use - the latest version. The process is handled by the Alaveteli <strong>release - manager</strong>, who decides what changes are to be included in the - current release, and the cut-off date for the work. Currently this is - Alaveteli's lead developer at mySociety. + the core code. Releases are identified by their tag, which comprises two or + three numbers: major, minor, and — if necessary — a patch + number. We recommend you always use the latest version. The process is + handled by the Alaveteli <strong>release manager</strong>, who decides what + changes are to be included in the current release, and the cut-off date for + the work. Currently this is Alaveteli's lead developer at mySociety. <div class="more-info"> <p>More information:</p> <ul> @@ -524,7 +524,8 @@ Definitions <a href="https://github.com/mysociety/alaveteli/tree/master">master branch</a>. </li> <li> - See a <a href="https://github.com/mysociety/alaveteli/releases">list of all releases</a>. + See a <a href="https://github.com/mysociety/alaveteli/releases">list of all releases</a> + and their explicit tags. </li> <li> We try to coordinate releases with any active translation work too. |