gflows 0.1.3 → 0.1.5
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 +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -542,6 +542,14 @@ bun run publish:all -- --force # skip pre-publish checks (clean tree, branch m
|
|
|
542
542
|
|
|
543
543
|
**Version sync:** The script reads `version` from **package.json** and writes it to **jsr.json** before publishing so the two registries never drift. Use **`gflows bump`** to change the version; the script does not bump for you.
|
|
544
544
|
|
|
545
|
+
### JSR score (100%)
|
|
546
|
+
|
|
547
|
+
To get a 100% score on [JSR](https://jsr.io/@alialnaghmoush/gflows/score):
|
|
548
|
+
|
|
549
|
+
1. **Description** — Set in `jsr.json` (already added). If the score still shows 0/1, set the description in [package settings](https://jsr.io/@alialnaghmoush/gflows/settings) on JSR.
|
|
550
|
+
2. **Runtime compatibility** — In [package settings](https://jsr.io/@alialnaghmoush/gflows/settings), open “Runtime compatibility” and mark at least **Bun** and **Node.js** (or others) as **Supported**.
|
|
551
|
+
3. **Provenance** — The repo includes [`.github/workflows/publish.yml`](.github/workflows/publish.yml) (test, lint, then publish to npm and JSR). In JSR package settings, **link** the package to this GitHub repository. Add `NPM_TOKEN` in repo Secrets for npm. After that, pushes to `main` run CI and publish both registries; JSR records provenance.
|
|
552
|
+
|
|
545
553
|
---
|
|
546
554
|
|
|
547
555
|
## License
|
package/package.json
CHANGED