From 2cb76de5a2bc830b3c63f9804ce30e645e77df26 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Fri, 6 Feb 2026 18:52:36 -0800 Subject: [PATCH] Fix doc tag inconsistencies and add missing ai changelog type (#114) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary - Add missing `ai` changelog fragment type to the update-documentation how-to guide (comment and table) - Consolidate `cicd` → `ci-cd` tag on forgejo.md - Consolidate `network` → `networking` tag on routing.md and tailscale.md Found during random doc review via `docs-review-tags`. Reviewed-on: https://forge.ops.eblu.me/eblume/blumeops/pulls/114 --- docs/changelog.d/fix-doc-tags-and-changelog-types.doc.md | 1 + docs/how-to/update-documentation.md | 3 ++- docs/reference/infrastructure/routing.md | 2 +- docs/reference/infrastructure/tailscale.md | 2 +- docs/reference/services/forgejo.md | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 docs/changelog.d/fix-doc-tags-and-changelog-types.doc.md diff --git a/docs/changelog.d/fix-doc-tags-and-changelog-types.doc.md b/docs/changelog.d/fix-doc-tags-and-changelog-types.doc.md new file mode 100644 index 0000000..2443519 --- /dev/null +++ b/docs/changelog.d/fix-doc-tags-and-changelog-types.doc.md @@ -0,0 +1 @@ +Add missing `ai` changelog fragment type to update-documentation guide, consolidate `cicd`→`ci-cd` and `network`→`networking` tags diff --git a/docs/how-to/update-documentation.md b/docs/how-to/update-documentation.md index 9f6753d..800cf9c 100644 --- a/docs/how-to/update-documentation.md +++ b/docs/how-to/update-documentation.md @@ -38,7 +38,7 @@ When making changes, add a changelog fragment to `docs/changelog.d/`: ```bash # Format: ..md -# Types: feature, bugfix, infra, doc, misc +# Types: feature, bugfix, infra, doc, ai, misc # Using branch name (preferred) echo "Add new feature X" > docs/changelog.d/my-feature.feature.md @@ -56,6 +56,7 @@ Fragments are automatically collected into `CHANGELOG.md` (at repo root) during | `bugfix` | `bugfix/` | Bug fixes | | `infra` | `infra/` | Infrastructure changes | | `doc` | `doc/` | Documentation updates | +| `ai` | `ai/` | AI assistance changes | | `misc` | `misc/` | Other changes | ## Runner Environment diff --git a/docs/reference/infrastructure/routing.md b/docs/reference/infrastructure/routing.md index 1b687ae..fb45449 100644 --- a/docs/reference/infrastructure/routing.md +++ b/docs/reference/infrastructure/routing.md @@ -2,7 +2,7 @@ title: service-routing tags: - infrastructure - - network + - networking --- # Service Routing diff --git a/docs/reference/infrastructure/tailscale.md b/docs/reference/infrastructure/tailscale.md index e70e406..0a48fe8 100644 --- a/docs/reference/infrastructure/tailscale.md +++ b/docs/reference/infrastructure/tailscale.md @@ -2,7 +2,7 @@ title: tailscale tags: - infrastructure - - network + - networking --- # Tailscale diff --git a/docs/reference/services/forgejo.md b/docs/reference/services/forgejo.md index 311aebc..3941559 100644 --- a/docs/reference/services/forgejo.md +++ b/docs/reference/services/forgejo.md @@ -3,7 +3,7 @@ title: forgejo tags: - service - git - - cicd + - ci-cd --- # Forgejo