blob: 678ac17ef8eb63605ff01b10740223319d9b5354 (
plain) (
blame)
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
|
Creating documentation for a new release of AltOS
* Write release notes in release-notes-${version}.inc. Add to
Makefile
* Make sure that doc/altusmetrum-docinfo.xml has the right copyright
year, and add release to the revision history at the front (release
notes will be pulled in by release-notes.inc)
* Add references to that as appropriate from each of the
documents:
release-notes.inc
easymini-release-notes.inc
telegps-release-notes.inc
* Update date and add docinfo short release info for each document as
appropriate
altusmetrum-docinfo.xml
companion-docinfo.xml
easymini-docinfo.xml
micropeak-docinfo.xml
telegps-docinfo.xml
telemetry-docinfo.xml
* Update copyright year as appropriate
altusmetrum-docinfo.xml
companion-docinfo.xml
easymini-docinfo.xml
micropeak-docinfo.xml
telegps-docinfo.xml
telemetry-docinfo.xml
* Add release-notes-${version}.inc to git
* Make sure new hardware specs are documented in specs.inc
|