Skip to content

Commit 446a907

Browse files
author
Allen Winter
committed
docs/developer/release-todo.md - improve the prerelease section
1 parent d571e7f commit 446a907

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/developer/release-todo.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
## Prerelease Source Checking
44

5+
* make sure the [github actions CI](https://github.com/KDAB/KDReports/actions) is green
6+
* make sure the [KDAB CI](https://kdab.ci.kdab.com/#/projects/25) is green
57
* look for any static checking issues (clazy, clang-tidy, cppcheck, etc) that may need fixing.
8+
check [KDAB CI](https://kdab-artifacts.ci.kdab.com/analysis/kdreports-stable)
9+
and [Github Nightly CI](https://github.com/KDAB/KDReports/actions/workflows/nightly.yml)
610
* look for any changes in the README.md or INSTALL.txt that may need updating or improving.
711
* follow the [prerelease source code review](prerelease-source.md) instructions.
8-
* merge any changes made during the review and make sure the CIs are green before continuing.
12+
* merge any changes made during the review
913
* create the tag (**do not push the tag yet**)
1014

1115
## Prerelease Build Checking

0 commit comments

Comments
 (0)