-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathknope.toml
38 lines (31 loc) · 929 Bytes
/
knope.toml
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
26
27
28
29
30
31
32
33
34
35
36
37
38
[packages.versioning]
versioned_files = [
"crates/knope-versioning/Cargo.toml",
"Cargo.lock",
{ path = "Cargo.toml", dependency = "knope-versioning" },
]
changelog = "crates/knope-versioning/CHANGELOG.md"
extra_changelog_sections = [{ name = "Notes", types = ["note"] }]
[packages.config]
versioned_files = [
"crates/knope-config/Cargo.toml",
"Cargo.lock",
{ path = "crates/knope/Cargo.toml", dependency = "knope-config" },
]
changelog = "crates/knope-config/CHANGELOG.md"
extra_changelog_sections = [{ name = "Notes", types = ["note"] }]
[packages.knope]
versioned_files = ["crates/knope/Cargo.toml", "Cargo.lock"]
changelog = "CHANGELOG.md"
assets = "marker for GitHub bot"
[[packages.knope.extra_changelog_sections]]
name = "Documentation"
types = ["docs"]
[[packages.knope.extra_changelog_sections]]
name = "Notes"
types = ["note"]
[github]
owner = "knope-dev"
repo = "knope"
[bot.releases]
enabled = true