@oqtopus-team/qdash-client 0.1.4 → 1.8.37
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -130,4 +130,4 @@ bun run check
|
|
|
130
130
|
bun run build
|
|
131
131
|
```
|
|
132
132
|
|
|
133
|
-
The first publish uses a temporary `NPM_TOKEN` repository secret because npm requires the package to exist before Trusted Publishing can be configured. After the first publish, configure `publish-qdash-typescript-client.yml` as the package trusted publisher and delete the secret.
|
|
133
|
+
The first publish uses a temporary `NPM_TOKEN` repository secret because npm requires the package to exist before Trusted Publishing can be configured. After the first publish, configure `publish-qdash-typescript-client.yml` as the package trusted publisher and delete the secret. QDash uses a single `v<version>` release tag for the application and both clients; the workflow derives the package version from that tag.
|