semantic-release-plus
CtrlK
master
master
  • 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
      • GitHub Actions
      • Jenkins CI
    • Git hosted services
      • Git authentication with SSH keys
    • Release Workflow
      • Publishing on distribution channels
      • Publishing maintenance releases
      • Publishing pre-releases
    • Monorepos
      • nx monorepo
    • Utility
      • Get expected next version
  • 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
On this page

Was this helpful?

  1. Usage

Shareable configurations

A shareable configuration is an npm package that exports a semantic-release configuration object. It allows for use of the same configuration across several projects.

The shareable configurations to use can be set with the extends option.

See shareable configurations list.

PreviousWorkflow configurationNextPlugins

Last updated 3 years ago

Was this helpful?