No description
- Rust 100%
| src | fix: also don't escape for links | |
| .envrc | chore: a repository envrc | |
| .gitignore | feat: initial commit | |
| Cargo.lock | v0.0.2 | |
| Cargo.toml | v0.0.2 | |
| CHANGELOG.md | fix: also don't escape for links | |
| README.md | v0.0.1 | |
| rustfmt.toml | feat: initial commit | |
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.jsonanddeno.json-
although further files to be modified may be added in the future -
provides low-level helpers like
changes bump 3.2.1 minorto get3.3.0for 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!