mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
18 lines
322 B
JSON
18 lines
322 B
JSON
{
|
|
"packages": ["packages/*"],
|
|
"version": "14.2.2",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"tagVersionPrefix": "",
|
|
"command": {
|
|
"publish": {
|
|
"createRelease": "github",
|
|
"conventionalCommits": true,
|
|
"message": "chore: Release %s"
|
|
},
|
|
"version": {
|
|
"push": false
|
|
}
|
|
}
|
|
}
|