@adobe/jsonschema2md
Version:
Validate and document complex JSON Schemas the easy way.
14 lines (13 loc) • 333 B
JavaScript
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",
],
branches: ['main'],
};