-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathseal.toml
More file actions
25 lines (21 loc) · 625 Bytes
/
seal.toml
File metadata and controls
25 lines (21 loc) · 625 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[release]
current-version = "0.0.0-alpha.0"
version-files = [
"crates/action-format/Cargo.toml",
"README.md",
{ path = "dist-workspace.toml", field = "workspace.version", format = "toml" }
]
commit-message = "Release v{version}"
branch-name = "release/v{version}"
push = true
confirm = true
[changelog.section-labels]
"Bug Fixes" = ["bug"]
"New Features" = ["enhancement"]
"CLI" = ["cli"]
"Documentation" = ["documentation"]
[changelog]
ignore-contributors = ["dependabot[bot]", "Copilot"]
ignore-labels = ["internal", "ci", "duplicate", "wontfix"]
include-contributors = true
changelog-heading = "{version}"