@zvk/ui 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 +4 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,9 +20,10 @@ import "@zvk/ui/styles.css";
|
|
|
20
20
|
|
|
21
21
|
## Release Status
|
|
22
22
|
|
|
23
|
-
GitHub Actions
|
|
24
|
-
|
|
25
|
-
|
|
23
|
+
GitHub Actions runs `npm run preflight` before release publishing. Release Please opens
|
|
24
|
+
reviewable version-bump PRs from conventional commits; merging a release PR creates the
|
|
25
|
+
GitHub release and publishes `@zvk/ui` to npm through trusted publishing in the protected
|
|
26
|
+
`npm-publish` environment.
|
|
26
27
|
|
|
27
28
|
## First Slice
|
|
28
29
|
|