jsonforms-nuxt-ui-renderers 0.1.1 → 0.1.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/README.md +5 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -48,11 +48,12 @@ This repo is set up so you can publish via `just publish` (manual) or via GitHub
|
|
|
48
48
|
|
|
49
49
|
- Bump `package.json` version
|
|
50
50
|
- Push a tag matching the version: `vX.Y.Z` (e.g. `v0.1.0`)
|
|
51
|
-
- CI will run checks and publish to npm
|
|
51
|
+
- CI will run checks and publish to npm via npm “trusted publishing” (OIDC). No repository secret is required.
|
|
52
52
|
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
53
|
+
### Manual publish (local)
|
|
54
|
+
|
|
55
|
+
- Ensure you are authenticated to npm (e.g. `npm login` or a preconfigured npm auth in your environment)
|
|
56
|
+
- Run:
|
|
56
57
|
|
|
57
58
|
```bash
|
|
58
59
|
just publish
|