This repository has been archived by the owner on May 12, 2021. It is now read-only.
This repository has been archived by the owner on May 12, 2021. It is now read-only.
Investigate why npm run release
is not enough to trigger distro job on CI #226
Open
Description
What should we do?
Investigate why npm run release
is not enough to trigger distro job on CI. The possible reason is that we do not have a tag commit as creating this manually fixes the problem.
Why should we do it?
When I run npm run release
for Zeebe Modeler 0.9.1 release, lerna created just an ordinary git tag instead of an annotated one. This caused Travis CI to skip the commit in the distro stage. I had to replace tag manually. @pinussilvestrus confirmed that he experienced the same issue.
Activity