DEV Community

Discussion on: Automated versioning and package publishing using GitHub Actions and semantic-release

Collapse
 
lerenart profile image
Daniele Tabanella

This is gold! One more thing is that you have to ensure that the build directory (dist for instance) is not git ignored, if not you npm will ignore it too.

Collapse
 
kouts profile image
Giannis Koutsaftakis

You don't actually need to put the dist folder inside .gitignore, @semantic-release/git options take care of adding the dist folder to the release.