II.
Library JSON
Structured · livelibrary:semantic-release-lib
semantic-release json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:semantic-release-lib",
"_kind": "Library",
"_file": "domain/libraries/libraries-node-testing-utils.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "semantic-release",
"belongsToLanguageId": "language:javascript",
"category": "other",
"description": "Fully automated package versioning and publishing — analyzes commit messages following Conventional Commits to determine version bumps and generate release notes.\n"
},
"outgoingEdges": [
{
"from": "library:semantic-release-lib",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:semantic-release-lib",
"to": "skill-area:ci-pipeline-optimization",
"kind": "used_for"
}
],
"incomingEdges": [
{
"from": "library:changesets",
"to": "library:semantic-release-lib",
"kind": "alternative_to"
}
]
}