/
githubmirror
/
lerna
Обзор
Документация
Войти
/
githubmirror
/
lerna
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v9.0.6
lerna.json
20 строк
469 B
JamesHenry
chore(misc): publish 9.0.6
11 мар 2026, 14:14
11 мар 2026, 14:14
bb30d88
Код
Авторство
О чём код?
{ "$schema": "packages/lerna/schemas/lerna-schema.json", "command": { "create": { "homepage": "https://github.com/lerna/lerna", "license": "MIT" }, "publish": { "tempTag": true }, "version": { "conventionalCommits": true, "createRelease": "github", "exact": true, "message": "chore(release): %s" } }, "ignoreChanges": ["**/__fixtures__/**", "**/__tests__/**", "**/*.md"], "version": "9.0.6" }