Ricardo Mello
Ricardo Mello
Hey guys! Any chances of getting this PR merged?
I had a production problem and spent almost one week looking for a solution, but I'm not satisfied with it. I tried to edit the Print.js library to write an...
@anliben eu estou tendo o mesmo problema. no meu caso, eu consegui resolver passando o atributo `name` pro componente, porém na doc diz que é opcional então imagino que seja...
I could finally achieve the changelog generation only for prod versions using the [--git-tag-command](https://github.com/lerna/lerna/blob/main/libs/commands/version/README.md#--git-tag-command-cmd) flag: Prerelease: ``` lerna publish --preid prerelease --conventional-commits --conventional-prerelease --no-changelog --git-tag-command="echo 'skipping git tag for prereleases'"...