docs: publish with gitbook

This commit is contained in:
Pierre Vanduynslager
2018-01-05 16:05:30 -05:00
parent ed89361d7c
commit fdb995f77d
29 changed files with 724 additions and 647 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ if (!semver.satisfies(process.version, pkg.engines.node)) {
console.error(
`[semantic-release]: node version ${pkg.engines.node} is required. Found ${process.version}.
See https://github.com/semantic-release/semantic-release/blob/caribou/docs/node-version.md for more details and solutions.`
See https://github.com/semantic-release/semantic-release/blob/caribou/docs/support/node-version.md for more details and solutions.`
);
process.exit(1);
}