Benjamin E. Coe

Results 351 comments of Benjamin E. Coe

@oatovar @maprokes I believe this may have been fixed by: https://github.com/googleapis/release-please/pull/1267 Are you still bumping into issues?

@tjdavis3 two approaches you might consider, if you want to release the modules independently, I have an example of monorepo tags in action [here](https://github.com/conventional-changelog/conventional-changelog/blob/master/.github/workflows/release-submodules.yaml) -- The only thing we might...

> I really enjoy using release-please (thanks for this project) Thank you 👏 > I introduce to my electron project, which need artifact on release I was talking to my...

@erikmd the upstream `release-please` dependency does have a `verbose` mode I believe, which can be used to help debug. We could expose this.

@live627 unfortunately not sure what's going on with PHP release-type, it may be we don't have it working properly with the manifest releaser and will need to refactor a bit.

_Relabeling as feature request, @bharathkkb indicated that what they'd like to see, is release-please detecting a serious misconfiguration, and aborting earlier._ @dkarter could you open an issue specific to the...

@gengjiawen thank you for the bug report. I'll investigate tomorrow, unless @fasterthanlime is ... faster than me.

@fasterthanlime @gengjiawen I've been thinking about this problem with regards to Node.js mono-repos too. I have a [repository here](https://github.com/googleapis/google-api-nodejs-client) where I'd like to release ~170 submodules. I don't love the...

@fasterthanlime If I understand this problem properly (which is the ability to release multiple modules from one repo), we've been working on a design for this. CC: @joeldodge79

marking as `feature request`, as this sounds like a request for enhancements to our Rust workspace support.