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