Create a changelog entry
create_entryCreate a changelog entry for a project in Patchlog. Draft by default, with options to publish immediately or schedule a future publication.
Instructions
Create a changelog entry in a project. Defaults to a draft; pass status "published" to go live immediately, or "published" with a future published_at to schedule it. Content is Markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | ||
| title | Yes | ||
| status | No | Defaults to draft | |
| content | Yes | Entry body in Markdown | |
| project_id | Yes | The project id (ULID) | |
| published_at | No | ISO 8601 datetime; a future value schedules the entry |