From 48234e22aac739fc0b498e2e14d33b7a883dd75e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Gr=C3=B8ndahl?= Date: Sat, 21 Mar 2026 22:05:48 +0100 Subject: [PATCH 1/2] chore: add kosli-dev/server repo to changelog workflow context --- .mintlify/workflows/update-changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.mintlify/workflows/update-changelog.md b/.mintlify/workflows/update-changelog.md index 65ce0c1..3e81e6a 100644 --- a/.mintlify/workflows/update-changelog.md +++ b/.mintlify/workflows/update-changelog.md @@ -5,6 +5,7 @@ on: context: - repo: "kosli-dev/cli" - repo: "kosli-dev/terraform-provider-kosli" + - repo: "kosli-dev/server" notify: slack: channels: @@ -13,7 +14,7 @@ notify: # Agent Instructions -Review all PRs merged to the kosli-dev/cli and kosli-dev/terraform-provider-kosli repositories since the last changelog update component was added. +Review all PRs merged to the kosli-dev/cli, kosli-dev/terraform-provider-kosli, and kosli-dev/server repositories since the last changelog update component was added. Write a changelog post under changelog/index.mdx for this week based on what shipped. If no changelogs exists yet for a given repository, only consider changes for the past week. From 04450842a43b895d5a3cd012ef25b378575e6c9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Gr=C3=B8ndahl?= Date: Sat, 21 Mar 2026 22:12:39 +0100 Subject: [PATCH 2/2] chore: add API to example tags in changelog workflow --- .mintlify/workflows/update-changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mintlify/workflows/update-changelog.md b/.mintlify/workflows/update-changelog.md index 3e81e6a..094e8e3 100644 --- a/.mintlify/workflows/update-changelog.md +++ b/.mintlify/workflows/update-changelog.md @@ -19,7 +19,7 @@ Review all PRs merged to the kosli-dev/cli, kosli-dev/terraform-provider-kosli, Write a changelog post under changelog/index.mdx for this week based on what shipped. If no changelogs exists yet for a given repository, only consider changes for the past week. Label should be the date the workflow runs, like "March 16, 2026". Description should be the version number of the release, like "v0.3.0". -Tags should be the product(s) affected by the release, like ["CLI"] or ["Terraform Provider"]. +Tags should be the product(s) affected by the release, like ["CLI"], ["API"], or ["Terraform Provider"]. The changelog is about changes to the product, not changes to the docs.