-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease-plz.toml
More file actions
67 lines (52 loc) · 1.1 KB
/
release-plz.toml
File metadata and controls
67 lines (52 loc) · 1.1 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[workspace]
changelog_update = true
semver_check = true
dependencies_update = true
git_release_enable = true
[[package]]
name = "facet-dessert"
changelog_path = "CHANGELOG.md"
[[package]]
name = "facet-format"
changelog_path = "CHANGELOG.md"
[[package]]
name = "facet-json"
changelog_path = "CHANGELOG.md"
[[package]]
name = "facet-postcard"
changelog_path = "CHANGELOG.md"
[[package]]
name = "facet-msgpack"
changelog_path = "CHANGELOG.md"
[[package]]
name = "facet-toml"
changelog_path = "CHANGELOG.md"
[[package]]
name = "facet-yaml"
changelog_path = "CHANGELOG.md"
[[package]]
name = "facet-asn1"
changelog_path = "CHANGELOG.md"
[[package]]
name = "facet-csv"
changelog_path = "CHANGELOG.md"
[[package]]
name = "facet-xdr"
changelog_path = "CHANGELOG.md"
[[package]]
name = "facet-json-schema"
changelog_path = "CHANGELOG.md"
[[package]]
name = "facet-typescript"
changelog_path = "CHANGELOG.md"
[[package]]
name = "facet-python"
changelog_path = "CHANGELOG.md"
[[package]]
name = "facet-json-classics"
release = false
publish = false
[[package]]
name = "facet-format-suite"
release = false
publish = false