JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q54439F
  • License MIT

Package Exports

  • @rajzik/az-semantic-release-config

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@rajzik/az-semantic-release-config) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@rajzik/az-semantic-release-config

Main usage of this package is around my project. This package is used with azure devops.

semantic-release shareable config to publish npm packages with GitHub.

Plugins

This shareable configuration uses the following plugins:

Install

npm install --save-dev semantic-release @rajzik/az-semantic-release-config

Usage

The shareable config can be configured in the semantic-release configuration file:

{
  "extends": "@rajzik/az-semantic-release-config",
  "branch": "master"
}