You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The canonical version lives in `package.json` and is synchronized into display documents via `scripts/bmi-update-version.ts`.
158
158
159
159
> [!IMPORTANT]
160
-
> Always use `bun run bmi-update-version <version>` to update the version. This keeps `package.json`, `README.md`, and `LICENSE.md` synchronized. Never edit release version strings manually.
160
+
> Always use `bun run bmi-update-version <version>` to update the version. This keeps `package.json`, `README.md`, and the dormant maintenance capsule synchronized. Never edit release version strings manually.
161
161
162
162
Release tags follow the format `Stellar-v<major>.<minor>` (for example, `Stellar-v21.0`). The tag's major/minor pair must match `package.json` (for example, `21.0.0` -> `Stellar-v21.0`).
163
163
@@ -194,4 +194,4 @@ _Support is completely optional, and the project will forever remain open-source
194
194
195
195
## License
196
196
197
-
Distributed under the GPL-3.0 License. See [LICENSE.md](LICENSE.md) for more information.
197
+
Distributed under the GPL-3.0 License. See [LICENSE](LICENSE) for more information.
0 commit comments