gflows 0.1.4 → 0.1.7

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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +2 -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
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "gflows",
3
- "version": "0.1.4",
3
+ "version": "0.1.7",
4
4
  "description": "A lightweight CLI for consistent Git branching workflows (main + dev, feature/bugfix/chore/release/hotfix).",
5
+ "license": "MIT",
5
6
  "type": "module",
6
7
  "module": "src/index.ts",
7
8
  "bin": {