Files
grafana-zabbix/.changeset/config.json
Zoltán Bedi aa63bb8835 Add Changesets configuration and update development documentation (#1964)
Introduce Changesets for versioning and changelog generation, and
enhance development documentation to guide contributors on using
Changesets effectively.
2025-02-06 10:35:36 +01:00

12 lines
264 B
JSON

{
"$schema": "https://unpkg.com/@changesets/config@3.0.5/schema.json",
"changelog": "./changelog.js",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}