1
0
Fork
You've already forked changes
0
No description
  • Rust 100%
Find a file
2026年03月06日 15:42:22 +00:00
src fix: also don't escape for links 2026年03月06日 15:42:22 +00:00
.envrc chore: a repository envrc 2026年03月06日 15:07:30 +00:00
.gitignore feat: initial commit 2026年03月05日 07:52:05 +00:00
Cargo.lock v0.0.2 2026年03月06日 16:40:21 +01:00
Cargo.toml v0.0.2 2026年03月06日 16:40:21 +01:00
CHANGELOG.md fix: also don't escape for links 2026年03月06日 15:42:22 +00:00
README.md v0.0.1 2026年03月06日 14:57:16 +00:00
rustfmt.toml feat: initial commit 2026年03月05日 07:52:05 +00:00

changes

A changesets-alike tool, but:

  • not (yet) built for monorepos

  • in rust

  • using markdown-rs

  • very wip

  • minimal as shit

  • specifically built around Cargo.toml, package.json and deno.json -
    although further files to be modified may be added in the future

  • provides low-level helpers like changes bump 3.2.1 minor to get 3.3.0 for if you want to build your own project as a small shellscript or similar

  • a mildly flawed piece of markdown generation

    • don't go too wild in your changesets just yet
    • (削除) we probably want to make a mdast to markdown conversion tool (削除ここまで) mdast_util_to_markdown, part of the markdown-rs project, exists, and we should move to that instead!