Marian Klühspies
Marian Klühspies
> @mklueh It doesn't look like Gridsome can be bundled up into an artifact. If you'd like to modify parts of it, I think you can run a script on...
@a-kriya oh wow thanks, that's amazing. Didn't know this was possible, but it definitely solves my problem :)
It´s not working and I guess the reason is the actual gridsome package required for installation is not in the root package. This is what I get: ``` $ yarn...
Hey @TabraizChel , maybe this pull request is related to your issue https://github.com/allegro/axion-release-plugin/pull/326 Would you mind sharing your config / setup? I'm trying to get it working for my multi-module...
> @mklueh hi sure: > > add this in the root build.gradle. I use kotlin so have to do some wrapping. If you're using groovy you can just do `tag{prefix...
@TabraizChel amazing, it works :)
@TabraizChel just one question, why do you apply the version first in the child projects before declaring the scmVersion config?
@TabraizChel I'm at the point where I have the same requirement. I've found a plugin that allows to run tasks for affected modules, and it also is able to execute...
@gschueler I think I'm running into the same problem. Could you solve it already?
This is likely the same or similar https://github.com/allegro/axion-release-plugin/issues/461#issuecomment-1133574312 but I guess you don't have a multi module setup @gschueler ? If so, it is at least likely not the multi...