Skip to content

Commit fab90e6

Browse files
committed
util: Add release template
1 parent 4886016 commit fab90e6

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/release.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Release
3+
about: Checklist for releases
4+
5+
---
6+
7+
<!--
8+
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

Comments
 (0)