UNPKG

@adobe/jsonschema2md

Version:

Validate and document complex JSON Schemas the easy way.

12 lines 309 B
module.exports = { plugins: [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", ["@semantic-release/github", {}], ["@semantic-release/changelog", { "changelogFile": "CHANGELOG.md", }], "@semantic-release/git", "@semantic-release/npm", ] };