mirror of
https://github.com/tauri-apps/typedoc-plugin-markdown.git
synced 2026-01-31 00:45:20 +01:00
15 lines
313 B
JSON
15 lines
313 B
JSON
{
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"useNx": true,
|
|
"version": "independent",
|
|
"ignoreChanges": ["**/*.json", "**/*.md", "**/*.spec.ts", "**/*.snap"],
|
|
"command": {
|
|
"version": {
|
|
"allowBranch": "master",
|
|
"conventionalCommits": true,
|
|
"message": "chore(release)"
|
|
}
|
|
}
|
|
}
|