diff --git a/.mintlify/workflows/update-changelog.md b/.mintlify/workflows/update-changelog.md index ea7c1ed..0e26eee 100644 --- a/.mintlify/workflows/update-changelog.md +++ b/.mintlify/workflows/update-changelog.md @@ -23,7 +23,7 @@ For each new release found, write a changelog entry in changelog/index.mdx. If n 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 for semver repositories (e.g., "v0.3.0"). For kosli-dev/server, leave description empty (`""`) since it has no semver version. +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 for semver repositories (e.g., "v0.3.0"). For kosli-dev/server, leave description empty (`""`) since it has no semver version. Tags should be the product(s) affected by the release: - kosli-dev/cli → `["CLI"]` - kosli-dev/terraform-provider-kosli → `["Terraform Provider"]` @@ -46,4 +46,4 @@ Be polite and terse. The changelog must be skimmable and quick to read. Include Before opening a PR, review all written content against the style rules in `styles/Kosli/`. In particular, `AmericanSpelling.yml` maps British spellings to their American equivalents — use American spelling throughout (e.g., "behavior", "categorize", "organize"). -PR titles and commit messages must follow the conventional commits format described in CLAUDE.md. Use `docs:` as the type. +PR titles and commit messages must follow the conventional commits format described in CLAUDE.md. Use `docs:` as the type. \ No newline at end of file