allegro / axion-release-plugin

Gradle release & version management plugin.
https://axion-release-plugin.readthedocs.io/
Apache License 2.0
565 stars 157 forks source link

Log remote status when push release task failed #829

Closed weih-kahoot closed 2 months ago

weih-kahoot commented 2 months ago

Similar to what's been done in PR #685 for release task.

bgalek commented 2 months ago

LGTM, thx ;)

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 63.66%. Comparing base (9041e39) to head (fa4c79c). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...ro/tech/build/axion/release/PushReleaseTask.groovy 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #829 +/- ## ============================================ - Coverage 63.74% 63.66% -0.08% Complexity 442 442 ============================================ Files 82 82 Lines 1633 1635 +2 Branches 161 161 ============================================ Hits 1041 1041 - Misses 523 525 +2 Partials 69 69 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

weih-kahoot commented 2 months ago

@bgalek Thanks for the quick review, I wonder if it's possible to make a new release(a snapshot is also fine)? This should help in debugging push task release failure I'm facing on CI.

bgalek commented 2 months ago

@weih-kahoot sure, I've just released https://github.com/allegro/axion-release-plugin/releases/tag/v1.18.11 :)