-
Notifications
You must be signed in to change notification settings - Fork 0
/
Docpkg.toml
57 lines (43 loc) · 1.02 KB
/
Docpkg.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[package]
id = "docpkg"
name = "Documentation Packager"
files = [
"README.md",
"table/compliance.csv",
"notes/evergreen/How to track compliance data?.md",
]
[[release]]
id = "v1"
[[release]]
id = "v2"
[[standard]]
id = "SemVer 2.0.0"
[standard.last_audit]
date = "2023-01-14"
report = "about:blank"
adequate = false
[[standard.requirement]]
id = "1"
[[standard.requirement.since.v1.control]]
doc = "README.md"
annotation = "See CLI definition"
[[standard.requirement.since.v1.control.demo]]
person = [ "Sander" ]
thing = [ "CLI" ]
instruction = [ "Show that this indeed covers all interface" ]
[[standard.requirement.since.v1.control]]
code = "src/main.rs"
# Example
[standard.requirement.since.v2.out]
[[standard.requirement]]
id = "2"
[[standard.requirement.since.v1.control]]
code = "Cargo.toml"
[[standard]]
title = "Conventional Commits 1.0.0"
uri = "https://www.conventionalcommits.org/en/v1.0.0/"
[[standard.requirement]]
id = "1"
annotation = "Keeping merge commits out of scope."
[[standard.requirement]]
id = "2"