@wordbricks/velen 0.2.0-win32-x64 → 0.2.1-darwin-arm64
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/README.md
CHANGED
|
@@ -40,8 +40,11 @@ Install:
|
|
|
40
40
|
|
|
41
41
|
Release:
|
|
42
42
|
|
|
43
|
-
- Keep `apps/cli/package.json`
|
|
43
|
+
- Keep `apps/cli/package.json` at `0.0.0-dev`.
|
|
44
|
+
- Keep `apps/cli/Cargo.toml` and `apps/cli/Cargo.lock` at `0.0.0` on normal development commits.
|
|
45
|
+
- Before tagging a release, update `apps/cli/Cargo.toml` and `apps/cli/Cargo.lock` to the real release version on the tagged commit.
|
|
46
|
+
- After the release commit, return the Rust workspace version metadata to `0.0.0` on the next development commit.
|
|
44
47
|
- Configure npm trusted publishing for `@wordbricks/velen` with GitHub Actions using the workflow filename `cli-release.yml`.
|
|
45
48
|
- Push a tag like `cli-v0.1.0` or `cli-v0.1.0-alpha.1`.
|
|
46
|
-
- The `cli-release` workflow builds GNU and musl Linux binaries plus the other platform binaries, stages npm tarballs, creates a GitHub release, and publishes them to npm with `npm publish --provenance`.
|
|
49
|
+
- The `cli-release` workflow validates `cli-v<version>` against `apps/cli/Cargo.toml`, builds GNU and musl Linux binaries plus the other platform binaries, stages npm tarballs, creates a GitHub release, and publishes them to npm with `npm publish --provenance`.
|
|
47
50
|
- Linux npm platform tarballs are staged from musl artifacts for the broadest runtime compatibility.
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordbricks/velen",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1-darwin-arm64",
|
|
4
4
|
"description": "Velen CLI",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"os": [
|
|
7
|
-
"
|
|
7
|
+
"darwin"
|
|
8
8
|
],
|
|
9
9
|
"cpu": [
|
|
10
|
-
"
|
|
10
|
+
"arm64"
|
|
11
11
|
],
|
|
12
12
|
"files": [
|
|
13
13
|
"vendor",
|
|
index 9038c94..886fcde 100644
|
|
|
Binary file
|