Skip to content

Commit 4212e8b

Browse files
committed
Mention --skip-install in the @fedify/cli changelog section too
Per review on #776, the --skip-install option is surfaced to users through `fedify init` in the CLI, while `@fedify/init` can also be used standalone. It therefore belongs in both the @fedify/cli and @fedify/init changelog sections: the full explanation stays under @fedify/init and the @fedify/cli entry cross-references it. Assisted-by: Claude Code:claude-opus-4-8
1 parent 5b4ae52 commit 4212e8b

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGES.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,15 @@ To be released.
265265
- Added `SqliteMessageQueue.getDepth()` for reporting queued, ready, and
266266
delayed message counts. [[#735], [#748]]
267267

268+
### @fedify/cli
269+
270+
- Added the `--skip-install` option to `fedify init`, following the
271+
corresponding `@fedify/init` update, which skips automatic dependency
272+
installation after scaffolding. [[#720], [#776] by fru1tworld]
273+
274+
[#720]: https://github.com/fedify-dev/fedify/issues/720
275+
[#776]: https://github.com/fedify-dev/fedify/pull/776
276+
268277
### @fedify/init
269278

270279
- Added a `--skip-install` option to `fedify init` that skips automatic
@@ -273,9 +282,6 @@ To be released.
273282
root, or when you want to inspect the generated files before
274283
installing. [[#720], [#776] by fru1tworld]
275284

276-
[#720]: https://github.com/fedify-dev/fedify/issues/720
277-
[#776]: https://github.com/fedify-dev/fedify/pull/776
278-
279285
### Claude Code plugin
280286

281287
- Added a Claude Code plugin at *claude-plugin/*, installable with:

0 commit comments

Comments
 (0)