@superdurable/dex 0.1.0 → 0.1.1
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 +6 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -118,11 +118,12 @@ suite's workflow behavior and its 58 assertions run against a real Dex server.
|
|
|
118
118
|
## Releases
|
|
119
119
|
|
|
120
120
|
The npm package is published as [`@superdurable/dex`](https://www.npmjs.com/package/@superdurable/dex).
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
121
|
+
After the initial bootstrap, publish a GitHub Release tagged
|
|
122
|
+
`sdk-typescript/vX.Y.Z`. The tag is the release version source of truth; CI
|
|
123
|
+
temporarily writes it to `package.json` and `package-lock.json` without
|
|
124
|
+
committing either file. The release workflow then runs type checks and tests,
|
|
125
|
+
inspects the tarball, and publishes through npm Trusted Publishing. Prerelease
|
|
126
|
+
versions use the `next` npm dist-tag; stable versions use `latest`.
|
|
126
127
|
|
|
127
128
|
Trusted Publishing can only be configured after the package exists. Bootstrap
|
|
128
129
|
the first version from a maintainer workstation with 2FA:
|