Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency pl.allegro.tech.build:axion-release-plugin to v1.18.4 #69

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 6, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pl.allegro.tech.build:axion-release-plugin 1.18.2 -> 1.18.4 age adoption passing confidence

Release Notes

allegro/axion-release-plugin (pl.allegro.tech.build:axion-release-plugin)

v1.18.4

What's Changed

Changed

We continue streamlining GitHub Workflows (and CI runtimes in general).

This release is introducing unshallowRepoOnCI incubating option,
that will unshallow the git repository, so the axion-release-plugin can successfully read tags history despite your CI clone strategy.

Usage:

scmVersion {
    unshallowRepoOnCI.set(true)
}

Now, you can simplify your GitHub Actions config:

steps:
  - uses: actions/checkout@v4
-   with:
-     fetch-depth: 0

After more testing with other CI pipelines, this option will probably be enabled by default.

Dependency updates

Full Changelog: allegro/axion-release-plugin@v1.18.3...v1.18.4

v1.18.3

What's Changed

Dependencies

Full Changelog: allegro/axion-release-plugin@v1.18.2...v1.18.3


Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the chore label Aug 6, 2024
@codecov-commenter
Copy link

codecov-commenter commented Aug 6, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.00%. Comparing base (a87127c) to head (1931213).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##             master      #69   +/-   ##
=========================================
  Coverage     90.00%   90.00%           
  Complexity      126      126           
=========================================
  Files            49       49           
  Lines           350      350           
  Branches         25       25           
=========================================
  Hits            315      315           
  Misses           24       24           
  Partials         11       11           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/pl.allegro.tech.build-axion-release-plugin-1.x branch from a941f85 to 1931213 Compare August 8, 2024 16:00
@renovate renovate bot changed the title Update dependency pl.allegro.tech.build:axion-release-plugin to v1.18.3 Update dependency pl.allegro.tech.build:axion-release-plugin to v1.18.4 Aug 8, 2024
@alexey-lapin alexey-lapin merged commit 61594f3 into master Aug 9, 2024
7 checks passed
@renovate renovate bot deleted the renovate/pl.allegro.tech.build-axion-release-plugin-1.x branch August 9, 2024 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants