@brokkai/brokk-town-linux-arm64 0.3.1 → 0.3.2
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/BUILD.json +1 -1
- package/README.md +7 -5
- package/bin/bt +0 -0
- package/package.json +1 -1
package/BUILD.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"commit": "
|
|
1
|
+
{"commit": "bb23e586e2acef2ee8a8121a2bde86315ca06bff", "tag": "v0.3.2", "target": "linux-arm64"}
|
package/README.md
CHANGED
|
@@ -137,11 +137,13 @@ sh install.sh # From a checkout; defaults to ~/.local/bin
|
|
|
137
137
|
npm install -g @brokkai/brokk-town # Installs the bt launcher and native package
|
|
138
138
|
```
|
|
139
139
|
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
140
|
+
Pushing a `v*` tag publishes the release: the `Publish packages` workflow runs
|
|
141
|
+
CI, builds the archives and npm packages, publishes with provenance, and
|
|
142
|
+
finalizes the GitHub release. The `packages-publish` environment and npm
|
|
143
|
+
trusted publishers are bound to this repository and `publish-packages.yml`;
|
|
144
|
+
keep both names stable. Visibility is public and
|
|
145
|
+
collaborator/developers-team access matches mjolnir. See [RELEASING.md](RELEASING.md)
|
|
146
|
+
for tag rules, pipeline steps, and recovery.
|
|
145
147
|
|
|
146
148
|
## Connect real repositories
|
|
147
149
|
|
package/bin/bt
CHANGED
|
Binary file
|
package/package.json
CHANGED