gra0007_obsidian-css-inlay-.../.changes/config.json
2024-07-19 13:39:46 +10:00

17 lines
509 B
JSON

{
"gitSiteUrl": "https://github.com/GRA0007/obsidian-css-inlay-colors/",
"changeTags": {
"feat": "New Features",
"fix": "Bug Fixes",
"perf": "Performance Improvements"
},
"packages": {
"obsidian-css-inlay-colors": {
"version": true,
"path": ".",
"releaseTag": "${ pkgFile.version }",
"getPublishedVersion": "curl -s https://api.github.com/repos/GRA0007/obsidian-css-inlay-colors/releases/latest | jq -r '.tag_name'",
"publish": "echo publish"
}
}
}