marc0s
marc0s
I got a similar error with 1.22.19. `yarn` is not sending the `Authorization` header when running the HTTP GET request to the tarball's URL. My `.yarnrc` file has both the...
Adding a `name` property to root `package.json` file seems to solve the issue. We migrated from early `lerna` version and we didn't have any `name` in there, previously. Feel free...
Do you have any link to any google/firebase documentation where that values are specified? Thanks.
I think the commit introducing support for nested commit messages is this one https://github.com/zachdaniel/git_ops/commit/8ee8f9859e04737e3104e0630a2388bb398161c5 I assume if it's there is because someone felt the need to have it, but as...
If this flag is introduced, would `--yes` still override it? I think it should. CI should release whatever version number the commits' messages tell, IMHO.
I'll try to get a PR for this issue. One question I have is: what's the expected behavior when both `--allow-major` and `--no-major` are given? IMHO, we should error as...
I'm open for suggestions on the `Hook` name, if any other fits better. I'd also like to know if any other developer is using Emacs and `elp`. I've been having...
Any feedback on this one? Should I gather there's no interest in it? :slightly_smiling_face:
I've done a quick test after adding some fixes to a repo and running `mix explublish.release --dry-run` and it looks good! :smile: Allow me to point out some stuff I'm...