6 lines
102 B
TOML
6 lines
102 B
TOML
[repository]
|
|
enable_commit = true
|
|
tag_pattern = "v{version}"
|
|
|
|
[scripts]
|
|
before_commit = "yarn release" |