Files
2025-11-29 18:25:43 +08:00

17 lines
502 B
JSON

{
"name": "changelog",
"description": "Changelog management plugin that ensures all code commits include proper changelog entries. Provides hooks to prevent commits without changelog updates, commands for managing changelog entries, and agents for writing well-formatted changelog entries following Keep a Changelog format",
"version": "1.0.0",
"author": {
"name": "Emil Lindfors"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}