mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 11:36:42 +00:00
bc12c92091
* docs: update release notes
* chore(versions): 😊 publish v0.7.4-alpha.1
* feat: update docker image version
16 lines
274 B
JSON
16 lines
274 B
JSON
{
|
|
"version": "0.7.4-alpha.1",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"npmClientArgs": [
|
|
"--ignore-engines"
|
|
],
|
|
"command": {
|
|
"version": {
|
|
"forcePublish": true,
|
|
"exact": true,
|
|
"message": "chore(versions): 😊 publish %s"
|
|
}
|
|
}
|
|
}
|