semantic-release-action icon indicating copy to clipboard operation
semantic-release-action copied to clipboard

Running a command before semantic-release-bot commits

Open aminya opened this issue 4 years ago • 1 comments

I want to write npm run format before semantic-release-bot commits the release tag. How can I do that?

aminya avatar Jul 25 '20 07:07 aminya

Try the publishCmd hook of @semantic-release/exec to run your task before publish.

cycjimmy avatar Jul 26 '20 00:07 cycjimmy