@pyverret/ratejs 1.1.2 → 1.1.3
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 -13
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,21 +14,9 @@ npm i @pyverret/ratejs
|
|
|
14
14
|
npm run validate
|
|
15
15
|
```
|
|
16
16
|
|
|
17
|
-
## Automated Releases
|
|
18
|
-
|
|
19
|
-
Releases are managed by `semantic-release` on pushes to `main`.
|
|
20
|
-
|
|
21
|
-
Required GitHub secrets:
|
|
22
|
-
- `NPM_TOKEN`: npm automation token with publish access.
|
|
23
|
-
|
|
24
|
-
Behavior:
|
|
25
|
-
- Conventional Commits drive version bumps (`fix` = patch, `feat` = minor, `feat!` or `BREAKING CHANGE` = major).
|
|
26
|
-
- Release workflow runs `npm run validate` before publishing.
|
|
27
|
-
- Git tags use format `vX.Y.Z`.
|
|
28
|
-
|
|
29
17
|
## Live Demo
|
|
30
18
|
|
|
31
|
-
- GitHub Pages URL:
|
|
19
|
+
- GitHub Pages URL: [https://pyverret.github.io/ratejs/](https://pyverret.github.io/ratejs/)
|
|
32
20
|
- Demo source: [`demo/`](./demo)
|
|
33
21
|
|
|
34
22
|
Run locally:
|
package/package.json
CHANGED