Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .mintlify/workflows/update-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Comment thread
mbevc1 marked this conversation as resolved.
Tags should be the product(s) affected by the release:
- kosli-dev/cli → `["CLI"]`
- kosli-dev/terraform-provider-kosli → `["Terraform Provider"]`
Expand All @@ -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.
Comment thread
mbevc1 marked this conversation as resolved.