mirror of
https://github.com/dream-num/univer.git
synced 2026-08-28 23:01:30 +08:00
21 lines
328 B
TOML
21 lines
328 B
TOML
[version]
|
|
root_package = "package.json"
|
|
|
|
[workspaces]
|
|
patterns = [
|
|
"common/*",
|
|
"packages/*",
|
|
"presets",
|
|
"presets/packages/*",
|
|
]
|
|
include_root = true
|
|
|
|
[changelog]
|
|
infile = "CHANGELOG.md"
|
|
preset = "angular"
|
|
|
|
[git]
|
|
commit_message = "chore(release): release v${version}"
|
|
tag_name = "v${version}"
|
|
push = "follow-tags"
|