magik icon indicating copy to clipboard operation
magik copied to clipboard

Is it possible to disable merging to master?

Open e-ave opened this issue 1 year ago • 1 comments

Hi, I use this for publishing maven packages, and it usually works great, so thank you! But now I need to create a new repo from another existing repo, and I would like to publish the old releases that are way behind the master branch.

When I try locally, it just hangs forever. When I use GitHub actions it attempts to merge into master and fails when there is a merge conflict.

So basically, can I configure it to work the same as standard maven publishing if the release is outdated, without retroactively reverting back to standard gradle publishing?

e-ave avatar Jan 09 '24 21:01 e-ave

Hey, sorry for the late reply

Could you elaborate?

Are you looking into publishing just to another branch other than master?

elect86 avatar Mar 25 '24 08:03 elect86