You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: nodejs/nodejs.org#669
PR-URL: #6318
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Сковорода Никита Андреевич <[email protected]>
Reviewed-By: Evan Lucas <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,27 +21,27 @@ If you need help using or installing Node.js, please use the
21
21
22
22
The Node.js project maintains multiple types of releases:
23
23
24
-
***Stable**: Released from active development branches of this repository,
24
+
***Current**: Released from active development branches of this repository,
25
25
versioned by [SemVer](http://semver.org/) and signed by a member of the
26
26
[Release Team](#release-team).
27
-
Code for Stable releases is organized in this repository by major version
27
+
Code for Current releases is organized in this repository by major version
28
28
number, For example: [v4.x](https://github.com/nodejs/node/tree/v4.x).
29
-
The major version number of Stable releases will increment every 6 months
29
+
The major version number of Current releases will increment every 6 months
30
30
allowing for breaking changes to be introduced. This happens in April and
31
-
October every year. Stable release lines beginning in October each year have
32
-
a maximum support life of 8 months. Stable release lines beginning in April
31
+
October every year. Current release lines beginning in October each year have
32
+
a maximum support life of 8 months. Current release lines beginning in April
33
33
each year will convert to LTS (see below) after 6 months and receive further
34
34
support for 30 months.
35
35
***LTS**: Releases that receive Long-term Support, with a focus on stability
36
-
and security. Every second Stable release line (major version) will become an
36
+
and security. Every second Current release line (major version) will become an
37
37
LTS line and receive 18 months of _Active LTS_ support and a further 12
38
38
months of _Maintenance_. LTS release lines are given alphabetically
39
39
ordered codenames, beginning with v4 Argon. LTS releases are less frequent
40
40
and will attempt to maintain consistent major and minor version numbers,
41
41
only incrementing patch version numbers. There are no breaking changes or
42
42
feature additions, except in some special circumstances. More information
43
43
can be found in the [LTS README](https://github.com/nodejs/LTS/).
44
-
***Nightly**: Versions of code in this repository on the current Stable
44
+
***Nightly**: Versions of code in this repository on the current Current
45
45
branch, automatically built every 24-hours where changes exist. Use with
46
46
caution.
47
47
@@ -50,10 +50,10 @@ The Node.js project maintains multiple types of releases:
50
50
Binaries, installers, and source tarballs are available at
Copy file name to clipboardExpand all lines: doc/releases.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ See https://github.com/nodejs/node/labels/confirmed-bug for complete and current
127
127
* Include the full list of commits since the last release here. Do not include "Working on X.Y.Z+1" commits.
128
128
```
129
129
130
-
The release type should be either Stable, LTS, or Maintenance, depending on the type of release being produced.
130
+
The release type should be either Current, LTS, or Maintenance, depending on the type of release being produced.
131
131
132
132
### 4. Create Release Commit
133
133
@@ -187,7 +187,7 @@ Jenkins collects the artifacts from the builds, allowing you to download and ins
187
187
188
188
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.
189
189
190
-
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`.
190
+
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`.
0 commit comments