Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ Per-release notes live at `changelogs/<version>.md` (e.g. `changelogs/0.12.0.md`

The in-progress changelog is `changelogs/<version>.md` where `<version>` is whatever `modo = "<version>"` currently is in `gradle/libs.versions.toml`. If that file doesn't exist yet, create it. If that version is already released (file exists *and* the version is on Maven Central), the change belongs to the *next* release — bump `modo` in `libs.versions.toml` and create a fresh changelog. Match the section structure (`## Architecture refactor`, `## API changes`, `## Deprecations`, `## Sample app changes`, `## Test changes`, `## Repo meta`) of the previous release file; omit sections that don't apply.

Do **not** include a trailing `## What's Changed` / `**Full Changelog**` block in `changelogs/<version>.md` — the `GitHub Release` workflow appends GitHub's auto-generated equivalent. Including one in the file produces a duplicate on the release page.

To cut a release: ensure `changelogs/<version>.md` is complete, then run the `Publish` and `GitHub Release` workflows. See `PUBLISHING.md` for the full procedure.

## Non-trivial work
Expand Down
8 changes: 0 additions & 8 deletions changelogs/0.12.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,3 @@ The previous action-based / hot-flow API is retained as deprecated bindings so e

- Add `AGENTS.md` and `CLAUDE.md` for AI-agent orientation.
- Add `.claude/skills/task-workflow/SKILL.md` for the task-folder workflow.

---

## What's Changed

* Architecture refactor: decouple NavModel, renderer, and reducer pipeline by @ikarenkov in https://github.com/ikarenkov/Modo/pull/78

**Full Changelog**: https://github.com/ikarenkov/Modo/compare/v0.11.0...v0.12.0
Loading