You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please check items along as you follow the release process.
9
+
-->
10
+
11
+
#### Overview
12
+
13
+
This is a checklist for releases. This is filled in by both the releaser and the reviewer where necessary.
14
+
15
+
16
+
#### Update Documentation
17
+
18
+
-[ ] Update the [documentation version](https://github.com/TheThingsIndustries/lorawan-stack-docs/blob/master/doc/config/_default/config.toml#L28) to match the current minor, if necessary (`v3.${minor}`).
19
+
-[ ] Run `mage ttiProto:hugoData` from [TheThingsIndustries/lorawan-stack](https://github.com/TheThingsIndustries/lorawan-stack), and copy the generated files to the [TheThingsIndustries/lorawan-stack-docs](https://github.com/TheThingsIndustries/lorawan-stack-docs).
20
+
```
21
+
doc/data/api/tti.lorawan.v3/messages.yml
22
+
doc/data/api/tti.lorawan.v3/services.yml
23
+
doc/data/api/tti.lorawan.v3/enums.yml
24
+
doc/data/api/ttn.lorawan.v3/messages.yml
25
+
doc/data/api/ttn.lorawan.v3/services.yml
26
+
doc/data/api/ttn.lorawan.v3/enums.yml
27
+
```
28
+
29
+
#### Check (for reviewers)
30
+
31
+
-[ ] The documentation version is up to date.
32
+
-[ ] The TTI and TTN API documentation has been generated and updated in [doc/data/api](https://github.com/TheThingsIndustries/lorawan-stack-docs/blob/master/doc/data/api).
0 commit comments