Geocld / sparkee

A publish tool for monorepo,just like lerna but support pnpm.
3 stars 0 forks source link

bug: changelog in monorepo does overwrite old version #15

Closed jrson83 closed 1 year ago

jrson83 commented 1 year ago

Description

I released a new version of savescum. Sparkee excluded v0.1.1 from the changelog and merged all changes from v0.1.1 into v1.1.2.

jrson83 commented 1 year ago

Solution

For monorepo instead of using --output option, we should use --prepend:

-p, --prepend <PATH>             Prepends entries to the given changelog file [env: GIT_CLIFF_PREPEND=]