Michał Drożdż
Michał Drożdż
Hello. I can help with that, but I need someone to tell me how to contribute.
@wwilk thank you for response. What steps should I take now to contribute? Will you assign this issue to me?
@wwilk Thank you! What does it mean to make it linkable? Is it '#### ' prefix for version or do we need some additional things/tags in the release notes text?
I would keep it simple. 1. Extend ``ShipkitConfiguration`` with new collection of acknowledged incubating warning 2. Extend ``IncubatingWarning#warn`` to accept ``ShipkitConfiguration`` 3. Check in ``IncubatingWarning#warn`` if plugin is acknowledged --...
Yes. I will take a deeper look when I have time.
Some validation is currently done in `DependencyNewVersionParser#isValid`, but there's a null check before method invocation. I would propose to create `Precondition` which will validate dependency property and place it in...
I was not familiar with Gradle phases. Thank you for explanation. Taking this into consideration I would extend ``doFirst`` method in those tasks: - ``ReplaceVersionTask`` - ``CreatePullRequestTask`` **For this part...
Hello @wwilk ! No problem. Thanks for another possible solution! I have just checked and ``LazyConfiguration`` will fail faster than ``@Input``. I think this would be the "fail-fastest" solution here....
Hi @mockitoguy. I think that you can close it.