@ferrflow/doc 7.18.0 → 7.19.1

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.
@@ -448,6 +448,8 @@ Only the version files carry the suffix. The tag, the changelog and the next bum
448
448
 
449
449
  Under `--dry-run` the command is printed rather than executed.
450
450
 
451
+ In a monorepo the command applies to every package that releases. A package can override it with a command of its own, or set `buildMetadata = false` to keep a plain version while the rest of the workspace stays stamped. Distinct commands run once each, however many packages share them.
452
+
451
453
  <div class="ferr-tabs">
452
454
  <div class="ferr-tab" data-label="JSON"><p class="ferr-tab__label">JSON</p><div class="ferr-tab__body"><pre><code class="language-json">{
453
455
  &quot;workspace&quot;: {
@@ -548,6 +550,7 @@ Defines a package to version. You can have one or many.
548
550
  | `tagTemplate` | no | inherited from workspace | Override tag template for this package |
549
551
  | `floatingTags` | no | inherited from workspace | Override floating tags for this package |
550
552
  | `latestTag` | no | inherited from workspace | Override the floating alias tag for this package |
553
+ | `buildMetadata` | no | inherited from workspace | Override the build metadata command for this package, or `false` to release it with a plain version |
551
554
  | `versionSource` | no | inherited from workspace | Override the tag-vs-file resolution for this package |
552
555
 
553
556
  ### `versionedFiles`
@@ -374,6 +374,8 @@ Seuls les fichiers de version portent le suffixe. Le tag, le changelog et le bum
374
374
 
375
375
  Avec `--dry-run`, la commande est affichée et non exécutée.
376
376
 
377
+ Dans un monorepo, la commande s'applique à chaque package publié. Un package peut la remplacer par la sienne, ou poser `buildMetadata = false` pour conserver une version nue pendant que le reste du workspace est estampillé. Chaque commande distincte n'est exécutée qu'une fois, quel que soit le nombre de packages qui la partagent.
378
+
377
379
  <div class="ferr-tabs">
378
380
  <div class="ferr-tab" data-label="JSON"><p class="ferr-tab__label">JSON</p><div class="ferr-tab__body"><pre><code class="language-json">{
379
381
  &quot;workspace&quot;: {
@@ -409,6 +411,7 @@ Définit un package à versionner. Vous pouvez en avoir un ou plusieurs.
409
411
  | `versioning` | non | hérité du workspace | Surcharger la stratégie de versionnage pour ce package |
410
412
  | `tagTemplate` | non | hérité du workspace | Surcharger le modèle de tag pour ce package |
411
413
  | `latestTag` | non | hérité du workspace | Surcharger le tag alias flottant pour ce package |
414
+ | `buildMetadata` | non | hérité du workspace | Surcharger la commande de métadonnées, ou `false` pour une version nue |
412
415
  | `versionSource` | non | hérité du workspace | Surcharger la résolution tag / fichier pour ce package |
413
416
 
414
417
  ### `versionedFiles`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ferrflow/doc",
3
- "version": "7.18.0",
3
+ "version": "7.19.1",
4
4
  "description": "Documentation for FerrFlow, the universal semantic versioning CLI. Rendered at ferrflow.com/docs.",
5
5
  "license": "MIT",
6
6
  "repository": {