semantic-release/docs/usage/getting-started.md
Pierre Vanduynslager 5e41dc89bd revert: docs: made doc file org clearer and augmented content
This reverts commit 5a5eaec3da5e3be4a505f6c5e7fa9eb81d202cea.
2019-08-22 14:47:21 -04:00

1.1 KiB

Getting started

In order to use semantic-release you must follow these steps:

Alternatively those steps can be easily done with the semantic-release interactive CLI:

npm install -g semantic-release-cli

cd your-module
semantic-release-cli setup

dialogue

See the semantic-release-cli documentation for more details.

Note: only a limited number of options, CI services and plugins are currently supported by semantic-release-cli.