Skip to content

Latest commit

 

History

History

semantic-release-config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

@stencila/semantic-release-config

💡 If your projects needs to publish to GitHub pages, you should use the related @stencila/semantic-release-config-gh-pages package instead.

Usage

From the project where you would like to use these settings, run

npm install @stencila/semantic-release-config --save-dev

Then modify your package.json to include the following code block. If you already have a release configuration defined there, you’ll need to modify it.

  // …
  "release": {
    "extends": "@stencila/semantic-release-config"
  }
  // …

References