hasundue / molt

Update dependencies the Deno way
https://jsr.io/@molt
MIT License
56 stars 4 forks source link

Plain text changelog #189

Open dkolba opened 3 weeks ago

dkolba commented 3 weeks ago

I use molt in a custom GitHub Action Workflow and generate changelog output in CI for automatic PRs, which look like this:


📦 @std/http 0.224.0 => 0.224.4
  deno.json
📦 @std/log 0.224.0 => 0.224.2
  deno.json
📦 esm.sh/*@preact/signals 1.2.2 => 1.2.3
  deno.json
📦 lightningcss  => 1.25.1
  sparkle.ts

Is it possible to display the changelog in plain text (without ANSI formatting)?

hasundue commented 2 weeks ago

Thanks for reporting. We may add an option to change the format of outputs.

Or you might try molt-action in case you don't notice it?