From 73f4d3bf1ff517e1658b9d473f315f97811f7bb2 Mon Sep 17 00:00:00 2001 From: Marko Bevc Date: Wed, 29 Apr 2026 10:43:51 +0100 Subject: [PATCH] fix: correct label date for changelog entries Updated instructions for labeling changelog entries to reflect the release date instead of the workflow run date. --- .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 961b7fd..5f1894f 100644 --- a/.mintlify/workflows/update-changelog.md +++ b/.mintlify/workflows/update-changelog.md @@ -20,7 +20,7 @@ For each new release tag found, write a changelog entry in changelog/index.mdx. This workflow only updates changelog/index.mdx. Do not modify any other files. -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". +Label should be the date of the release not when 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: - kosli-dev/cli → `["CLI"]` - kosli-dev/terraform-provider-kosli → `["Terraform Provider"]`