semrel-extra / zx-bulk-release

zx-based alternative for multi-semantic-release
MIT License
22 stars 3 forks source link

Custom commands execution #5

Closed oljekechoro closed 2 years ago

oljekechoro commented 2 years ago

Issue type

Expected behavior

User can add a template string with commands to execute after all release stuff is done. The template string accepts vars from release context.

Actual behavior

There is no such option.

Your case may be a known design limitation. -->

antongolub commented 2 years ago
{
   publishCmd: 'echo "custom publish: ${{name}} ${{version}}"'
}