diff --git a/docs/usage/configuration.md b/docs/usage/configuration.md index 92f7932b..b898a3ea 100644 --- a/docs/usage/configuration.md +++ b/docs/usage/configuration.md @@ -40,6 +40,17 @@ The following three examples are the same. } ``` +- Via `release.config.cjs` file: + +```js +/** + * @type {import('semantic-release').GlobalConfig} + */ +module.exports = { + branches: ["master", "next"], +}; +``` + - Via CLI argument: ```bash