semantic-release
About
GitHub
Need Help?
Search…
master
README
Usage
Getting started
Installation
CI Configuration
Configuration
Plugins
Workflow configuration
Shareable configurations
Extending
Plugins
Shareable configuration
Recipes
CI configurations
Git hosted services
Release Workflow
Developer guide
JavaScript API
Plugin development
Shareable configuration development
Support
Resources
Frequently Asked Questions
Troubleshooting
Node version requirement
Node Support Policy
Git version requirement
Powered By
GitBook
Getting started
In order to use
semantic-release
you must follow these steps:
1.
​
Install
semantic-release
in your project
2.
Configure your Continuous Integration service to
run
semantic-release
​
3.
Configure your Git repository and package manager repository
authentication
in your Continuous Integration service
4.
Configure
semantic-release
options and plugins
​
Alternatively those steps can be easily done with the
semantic-release
interactive CLI
:
1
cd
your-module
2
npx semantic-release-cli setup
Copied!
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
.
Previous
README
Next - Usage
Installation
Last modified
4d ago
Copy link
Edit on GitHub