From 22dfe15967427184ded7116611c8a6a4aef49e3b Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Mon, 13 Apr 2026 09:42:59 +0200 Subject: [PATCH] update release template --- .github/ISSUE_TEMPLATE/checklist-for-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/checklist-for-release.md b/.github/ISSUE_TEMPLATE/checklist-for-release.md index 022dc6d07..534124ca9 100644 --- a/.github/ISSUE_TEMPLATE/checklist-for-release.md +++ b/.github/ISSUE_TEMPLATE/checklist-for-release.md @@ -11,7 +11,7 @@ assignees: doegox, iceman1001 - [ ] `make style` - [ ] `make miscchecks` -- [ ] `make clean; make client CC=clang CXX=clang++ LD=clang++` on recent Debian or Ubuntu +- [ ] `make clean; make host CC=clang CXX=clang++ LD=clang++` on recent Debian or Ubuntu - [ ] `mymanualchecks.sh` - [ ] `mycppcheck.sh` no alarming warning? - [ ] `tools/build_all_firmwares.sh` check that the script contains all standalone modes then compile all standalone modes (linux only)