@otalan/cli 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to `@otalan/cli` will be documented in this file.
4
4
 
5
+ ## 1.0.8 - 2026-05-06
6
+
7
+ ### Changed
8
+
9
+ - Print the resolved organization and project before release commands continue.
10
+
5
11
  ## 1.0.7 - 2026-05-06
6
12
 
7
13
  ### Changed
package/README.md CHANGED
@@ -465,4 +465,5 @@ bun pm pack --dry-run
465
465
  - Expo / React Native bundling uses `bunx expo ...`.
466
466
  - Default API URL is `https://api.otalan.com`.
467
467
  - Publishing, rollback, status, and `bundles` expect a CI key and an active app.
468
+ - Release commands print the organization and project resolved from the CI key before continuing.
468
469
  - Run `bun run build` after changing CLI source if you want `dist/bin.js` updated locally.