mirror of
https://github.com/motion-canvas/motion-canvas.git
synced 2026-01-10 14:27:59 -05:00
10 lines
257 B
JSON
10 lines
257 B
JSON
{
|
|
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
|
"private": false,
|
|
"version": "3.17.2",
|
|
"ignoreChanges": ["**/*.test.ts", "**/*.md"],
|
|
"message": "ci(release): %v [skip ci]",
|
|
"conventionalCommits": true,
|
|
"createRelease": "github"
|
|
}
|