Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyles Borins <mborins@us.ibm.com>2016-04-21 03:05:54 +0300
committerJames M Snell <jasnell@gmail.com>2016-04-26 19:52:44 +0300
commit29a6c7c1f0e8088613887eefa9b481d9bdd7c45c (patch)
tree704e92f0d050ba0c7790a15638b864e98d5e8b46 /doc/releases.md
parenta026cd0fa5d154e6c2f342dbdae8b503656c74a1 (diff)
doc: change references to Stable to Current
With v6 we plan to rename the Stable release line to Current. This commit updates all references to Stable in the codebase. It will have to land along side updates to other repos within the org. Refs: https://github.com/nodejs/nodejs.org/issues/669 PR-URL: https://github.com/nodejs/node/pull/6318 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com>
Diffstat (limited to 'doc/releases.md')
-rw-r--r--doc/releases.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/releases.md b/doc/releases.md
index 512deb34acf..b7e00683693 100644
--- a/doc/releases.md
+++ b/doc/releases.md
@@ -127,7 +127,7 @@ See https://github.com/nodejs/node/labels/confirmed-bug for complete and current
* Include the full list of commits since the last release here. Do not include "Working on X.Y.Z+1" commits.
```
-The release type should be either Stable, LTS, or Maintenance, depending on the type of release being produced.
+The release type should be either Current, LTS, or Maintenance, depending on the type of release being produced.
### 4. Create Release Commit
@@ -187,7 +187,7 @@ Jenkins collects the artifacts from the builds, allowing you to download and ins
Once you have produced builds that you're happy with, create a new tag. By waiting until this stage to create tags, you can discard a proposed release if something goes wrong or additional commits are required. Once you have created a tag and pushed it to GitHub, you ***should not*** delete and re-tag. If you make a mistake after tagging then you'll have to version-bump and start again and count that tag/version as lost.
-Tag summaries have a predictable format, look at a recent tag to see, `git tag -v v5.3.0`. The message should look something like `2015-12-16 Node.js v5.3.0 (Stable) Release`.
+Tag summaries have a predictable format, look at a recent tag to see, `git tag -v v6.0.0`. The message should look something like `2016-04-26 Node.js v6.0.0 (Current) Release`.
Create a tag using the following command: