changesets/action

fix: handling `$` in changesets

jjangga0214 opened this issue · 0 comments

When I use $ in a changeset, it generates wrong summary.

For example, I wrote the changeset like this.

---
'@haetae/utils': patch
---

A new Tagged Template Literal `$` and its interface `$Exec` are introduced. 
`$` is a wrapper of `utils.exec` and can replace it.

And the result is like this.


스크린샷 2023-06-10 오전 11 48 58

As you can see, $ is transformed strangely.