stoplightio/scripts

View on GitHub
templates/pkgs/release.json

Summary

Maintainability
Test Coverage
{
  "scripts": {
    "release": "sl-scripts release",
    "release.dryRun": "sl-scripts release --dry-run --debug",
    "release.docs": "sl-scripts release:docs"
  },
  "release": {
    "extends": "@stoplight/scripts/release"
  }
}