mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
17 lines
297 B
JSON
17 lines
297 B
JSON
{
|
|
"useWorkspaces": true,
|
|
"npmClient": "yarn",
|
|
"version": "1.0.0-beta.7",
|
|
"command": {
|
|
"version": {
|
|
"allowBranch": "main",
|
|
"conventionalCommits": true,
|
|
"exact": true,
|
|
"ignoreChanges": [
|
|
"**/*.md"
|
|
],
|
|
"message": "build: publish %s"
|
|
}
|
|
}
|
|
}
|