[d8a2999b] CI-watch: fix the CI regression on roboco-api (#364)

* [ffcc7317] fix(tests): tolerate tagless checkouts in release-readiness smoke test (#362) (#363)

Co-authored-by: Backend Developer 1 <be-dev-1@roboco.tech>

* docs: reflow panel/UPGRADE.md — no hard-wrapped prose

---------

Co-authored-by: Backend Developer 1 <be-dev-1@roboco.tech>
Co-authored-by: Renn F <rennf93@users.noreply.github.com>
This commit is contained in:
Renzo F
2026-07-09 05:26:30 +02:00
committed by GitHub
co-authored by Backend Developer 1 Renn F
parent 0888fefdac
commit ec5323917e
2 changed files with 10 additions and 3 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ When you bump the `next` package, **always update `eslint-config-next` to match*
cd panel
pnpm install
```
This updates `pnpm-lock.yaml` while preserving `node_modules`, keeping the resolution deterministic.
This updates `pnpm-lock.yaml` while preserving `node_modules`, keeping the resolution deterministic.
3. **Run the quality gate:**
```bash
@@ -39,7 +39,7 @@ When you bump the `next` package, **always update `eslint-config-next` to match*
pnpm test
pnpm build
```
All must pass with no errors before committing.
All must pass with no errors before committing.
4. **Commit the changes:**
```bash