-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnotes
More file actions
24 lines (14 loc) · 774 Bytes
/
notes
File metadata and controls
24 lines (14 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Gather the necessary release certifications in the release branch. This includes:
Generate release summary.
All test reports as appropriate for the project.
A unit test report. If any unit tests are failing or skipped, these exceptions must be noted in an `exceptions.txt` file. This file must be approved by the Release Manager.
Any integration or other test...
To find latest release use:
gtk commits list --latest-release
To check for hotfix commits:
gtk commits list --hotfixes <commitish since>
To check for feature merges:
gtk commits list --content feature-list [--before-and <commitish>] [--since-and <commitish>
Nice, compact graph: (for ref)
gtk commits --format graph [--before-and <commitish>] [--since-and <commitish>]
gtk -> release-audit -> liq ???