@enderdash/client 0.1.3 → 0.1.4
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 +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -64,7 +64,7 @@ bun run build
|
|
|
64
64
|
|
|
65
65
|
Publishing runs from GitHub releases through `.github/workflows/publish.yml`.
|
|
66
66
|
|
|
67
|
-
The workflow publishes to npm
|
|
67
|
+
The workflow publishes to npm, GitHub Packages, and JSR.
|
|
68
68
|
|
|
69
69
|
Before the first npm release, configure npm trusted publishing for `@enderdash/client` with:
|
|
70
70
|
|
|
@@ -76,4 +76,6 @@ Before the first JSR release, create or open `@enderdash/client` on JSR, then li
|
|
|
76
76
|
|
|
77
77
|
- repository: `enderdash-com/enderdash-client`
|
|
78
78
|
|
|
79
|
+
GitHub Packages publishes through `GITHUB_TOKEN`. After the first GitHub Packages publish, check the package visibility and access settings in GitHub Packages.
|
|
80
|
+
|
|
79
81
|
Then publish by creating a GitHub release for the version in `package.json`.
|