absolute-version / commit-and-tag-version

Fork of the excellent standard-version. Automate versioning and CHANGELOG generation, with semver.org and conventionalcommits.org :trophy:
ISC License
360 stars 33 forks source link

Multiple postchangelog scripts? #116

Closed mtdvlpr closed 8 months ago

mtdvlpr commented 8 months ago

I want to execute multiple replace scripts after the changelog generation. How can I do that?

TimothyJones commented 8 months ago

Just connect your scripts with && as you would normally run multiple scripts.