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:
Diffstat (limited to 'deps/npm/man/man1/npm-version.1')
-rw-r--r--deps/npm/man/man1/npm-version.127
1 files changed, 26 insertions, 1 deletions
diff --git a/deps/npm/man/man1/npm-version.1 b/deps/npm/man/man1/npm-version.1
index f798ed97a15..cdf50de20aa 100644
--- a/deps/npm/man/man1/npm-version.1
+++ b/deps/npm/man/man1/npm-version.1
@@ -1,4 +1,4 @@
-.TH "NPM\-VERSION" "1" "July 2021" "" ""
+.TH "NPM\-VERSION" "1" "August 2021" "" ""
.SH "NAME"
\fBnpm-version\fR \- Bump a package version
.SS Synopsis
@@ -15,6 +15,7 @@ npm version [<newversion> | major | minor | patch | premajor | preminor | prepat
.SS Configuration
<!\-\- AUTOGENERATED CONFIG DESCRIPTIONS START \-\->
<!\-\- automatically generated, do not edit manually \-\->
+<!\-\- see lib/utils/config/definitions\.js \-\->
.SS \fBallow\-same\-version\fP
.RS 0
.IP \(bu 2
@@ -26,6 +27,9 @@ Type: Boolean
.P
Prevents throwing an error when \fBnpm version\fP is used to set the new version
to the same value as the current version\.
+<!\-\- automatically generated, do not edit manually \-\->
+<!\-\- see lib/utils/config/definitions\.js \-\->
+
.SS \fBcommit\-hooks\fP
.RS 0
.IP \(bu 2
@@ -36,6 +40,9 @@ Type: Boolean
.RE
.P
Run git commit hooks when using the \fBnpm version\fP command\.
+<!\-\- automatically generated, do not edit manually \-\->
+<!\-\- see lib/utils/config/definitions\.js \-\->
+
.SS \fBgit\-tag\-version\fP
.RS 0
.IP \(bu 2
@@ -46,6 +53,9 @@ Type: Boolean
.RE
.P
Tag the commit when using the \fBnpm version\fP command\.
+<!\-\- automatically generated, do not edit manually \-\->
+<!\-\- see lib/utils/config/definitions\.js \-\->
+
.SS \fBjson\fP
.RS 0
.IP \(bu 2
@@ -64,6 +74,9 @@ saving them to your \fBpackage\.json\fP\|\.
.RE
.P
Not supported by all npm commands\.
+<!\-\- automatically generated, do not edit manually \-\->
+<!\-\- see lib/utils/config/definitions\.js \-\->
+
.SS \fBpreid\fP
.RS 0
.IP \(bu 2
@@ -75,6 +88,9 @@ Type: String
.P
The "prerelease identifier" to use as a prefix for the "prerelease" part of
a semver\. Like the \fBrc\fP in \fB1\.2\.0\-rc\.8\fP\|\.
+<!\-\- automatically generated, do not edit manually \-\->
+<!\-\- see lib/utils/config/definitions\.js \-\->
+
.SS \fBsign\-git\-tag\fP
.RS 0
.IP \(bu 2
@@ -89,6 +105,9 @@ If set to true, then the \fBnpm version\fP command will tag the version using
.P
Note that git requires you to have set up GPG keys in your git configs for
this to work properly\.
+<!\-\- automatically generated, do not edit manually \-\->
+<!\-\- see lib/utils/config/definitions\.js \-\->
+
.SS \fBworkspace\fP
.RS 0
.IP \(bu 2
@@ -119,6 +138,9 @@ workspace which does not yet exist, to create the folder and set it up as a
brand new workspace within the project\.
.P
This value is not exported to the environment for child processes\.
+<!\-\- automatically generated, do not edit manually \-\->
+<!\-\- see lib/utils/config/definitions\.js \-\->
+
.SS \fBworkspaces\fP
.RS 0
.IP \(bu 2
@@ -132,6 +154,9 @@ Enable running a command in the context of \fBall\fR the configured
workspaces\.
.P
This value is not exported to the environment for child processes\.
+<!\-\- automatically generated, do not edit manually \-\->
+<!\-\- see lib/utils/config/definitions\.js \-\->
+
<!\-\- AUTOGENERATED CONFIG DESCRIPTIONS END \-\->
.SS Description