0.1.21 • Published 1 year ago

@stencila/semantic-release-config-gh-pages v0.1.21

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

@stencila/semantic-release-config-gh-pages

Usage

This configuration package is same as @stencila/semantic-release-config, but also adds support for publishing to GitHub Pages.

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

npm install @stencila/semantic-release-config-gh-pages --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-gh-pages"
  }
  // …

References