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:
@semantic-release/commit-analyzer
@semantic-release/release-notes-generator
@semantic-release/changelog
@semantic-release/npm
@semantic-release/git
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"
}