semantic-release
AboutGitHubNeed Help?
next
next
  • Introduction
  • Usage
    • Getting started
    • Installation
    • CI Configuration
    • Configuration
    • Plugins
    • Workflow configuration
    • Shareable configurations
  • Extending
    • Plugins
    • Shareable configuration
  • Recipes
    • CI configurations
      • CircleCI 2.0
      • Travis CI
      • GitLab CI
    • Git hosted services
      • Git authentication with SSH keys
    • Package managers and languages
  • Developer guide
    • JavaScript API
    • Plugin development
    • Shareable configuration development
  • Support
    • Resources
    • Frequently Asked Questions
    • Troubleshooting
    • Node version requirement
    • Node Support Policy
Powered by GitBook
On this page
Edit on Git
  1. Usage

Getting started

PreviousIntroductionNextInstallation

Last updated 5 years ago

In order to use semantic-release you must follow these steps: 1. semantic-release in your project 2. Configure your Continuous Integration service to 3. Configure your Git repository and package manager repository in your Continuous Integration service 4. Configure semantic-release

Alternatively those steps can be easily done with the :

npm install -g semantic-release-cli

cd your-module
semantic-release-cli setup

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

See the documentation for more details.

semantic-release-cli
semantic-release interactive CLI
run semantic-release
authentication
options and plugins
dialogue
Install