wu-sheng opened a new pull request, #68: URL: https://github.com/apache/skywalking-horizon-ui/pull/68
## Why The 0.7.0 release (#67) left `main` on a malformed next-dev version: **`1.0.0-dev-dev`**. `scripts/release.sh` prompts for the *next version* **without** the `-dev` suffix and appends `-dev` itself. The run answered it with `1.0.0-dev`, so the suffix doubled — across all six `package.json` markers + `apps/bff/src/server.ts`, plus a `## 1.0.0-dev` CHANGELOG heading. ## What - All six `package.json` + `apps/bff/src/server.ts`: `1.0.0-dev-dev` → **`1.0.0-dev`** (the intended next dev version — the run deliberately chose 1.0.0 over the 0.8.0 default). - CHANGELOG heading: `## 1.0.0-dev` → **`## 1.0.0`**. ## Not affected The **`v0.7.0` release tag is clean** — its markers are `0.7.0` (verified), it points at `Prepare release 0.7.0`, and it is correctly not an ancestor of `main`. This only fixes the in-flight dev version on `main`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
