Skip to content

Commit a25e3c8

Browse files
committed
doc: Update release template for CLI docs
1 parent 3cc99de commit a25e3c8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/release.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,13 @@ This is a checklist for releases. This is filled in by both the releaser and the
2525
doc/data/api/ttn.lorawan.v3/services.yml
2626
doc/data/api/ttn.lorawan.v3/enums.yml
2727
```
28+
- [ ] Run `go install ./cmd/ttn-lw-cli` from [TheThingsIndustries/lorawan-stack](https://github.com/TheThingsIndustries/lorawan-stack), and export the generated files to the [TheThingsIndustries/lorawan-stack-docs](https://github.com/TheThingsIndustries/lorawan-stack-docs) using the following command:
29+
```
30+
HOME='$HOME' ttn-lw-cli gen-yaml-doc -o /path/to/lorawan-stack-docs/doc/data/
31+
```
2832

2933
#### Check (for reviewers)
3034

3135
- [ ] The documentation version is up to date.
3236
- [ ] 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).
37+
- [ ] The TTN CLI documentation has been generated and updated in [doc/data](https://github.com/TheThingsIndustries/lorawan-stack-docs/blob/master/doc/data)

0 commit comments

Comments
 (0)