Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump pl.allegro.tech.build.axion-release from 1.18.5 to …
…1.18.7 (#91) Bumps [pl.allegro.tech.build.axion-release](https://github.com/allegro/axion-release-plugin) from 1.18.5 to 1.18.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/allegro/axion-release-plugin/releases">pl.allegro.tech.build.axion-release's releases</a>.</em></p> <blockquote> <h2>v1.18.7</h2> <h2>What's Changed</h2> <h3>Bugfix</h3> <p>With <code>releaseOnlyOnReleaseBranches</code> property set, when a release is skipped, <code>GITHUB_OUTPUT</code> is not written anymore.</p> <ul> <li>ScmPushResultOutcome introduced by <a href="https://github.com/bgalek"><code>@bgalek</code></a> in <a href="https://redirect.github.com/allegro/axion-release-plugin/pull/800">allegro/axion-release-plugin#800</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/allegro/axion-release-plugin/compare/v1.18.6...v1.18.7">https://github.com/allegro/axion-release-plugin/compare/v1.18.6...v1.18.7</a></p> <h2>v1.18.6</h2> <h2>What's Changed</h2> <h3>Changed</h3> <p>🎉 Achieving a workflow with one-liner gradle step: <code>./gradew build release publish</code> is now possible!</p> <p>Setting <a href="https://axion-release-plugin.readthedocs.io/en/latest/configuration/version/#releaseonlyonreleasebranches">releaseOnlyOnReleaseBranches</a> option</p> <pre><code>scmVersion { releaseOnlyOnReleaseBranches = true } </code></pre> <p>Will make <code>release</code> task no-operation, if run on feature branches (not <code>main</code>/<code>master</code>).</p> <p>You can further customize release branch name list, using <code>releaseBranchNames</code> property:</p> <pre><code>scmVersion { releaseOnlyOnReleaseBranches = true releaseBranchNames = ['main', 'master'] } </code></pre> <ul> <li>releaseOnlyOnReleaseBranches & releaseBranchNames options by <a href="https://github.com/bgalek"><code>@bgalek</code></a> in <a href="https://redirect.github.com/allegro/axion-release-plugin/pull/797">allegro/axion-release-plugin#797</a></li> </ul> <p>Based on users feedback it <strong>may</strong> be set to default in future releases :)</p> <h3>Dependency updates</h3> <ul> <li>Bump mkdocs-material from 9.5.31 to 9.5.32 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/allegro/axion-release-plugin/pull/794">allegro/axion-release-plugin#794</a></li> <li>Bump pl.allegro.tech.build.axion-release from 1.18.4 to 1.18.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/allegro/axion-release-plugin/pull/795">allegro/axion-release-plugin#795</a></li> <li>Bump mkdocs-material from 9.5.32 to 9.5.33 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/allegro/axion-release-plugin/pull/798">allegro/axion-release-plugin#798</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/allegro/axion-release-plugin/compare/v1.18.5...v1.18.6">https://github.com/allegro/axion-release-plugin/compare/v1.18.5...v1.18.6</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/allegro/axion-release-plugin/commit/ec7fe55610ceb0e5310ac546b56f011bc69a9b74"><code>ec7fe55</code></a> ScmPushResultOutcome introduced (<a href="https://redirect.github.com/allegro/axion-release-plugin/issues/800">#800</a>)</li> <li><a href="https://github.com/allegro/axion-release-plugin/commit/b84cd9783355c495653650339c034481e429caa2"><code>b84cd97</code></a> readme update</li> <li><a href="https://github.com/allegro/axion-release-plugin/commit/826133be87afc900fe51d92f563a0e603310c53c"><code>826133b</code></a> releaseOnlyOnReleaseBranches & releaseBranchNames options (<a href="https://redirect.github.com/allegro/axion-release-plugin/issues/797">#797</a>)</li> <li><a href="https://github.com/allegro/axion-release-plugin/commit/bf298be91ead1e012640871f1ddbdb229845b616"><code>bf298be</code></a> Update codecov.yml</li> <li><a href="https://github.com/allegro/axion-release-plugin/commit/6df250a73609cd5cacf7b1c04bed3139009e8c6e"><code>6df250a</code></a> Bump mkdocs-material from 9.5.32 to 9.5.33 (<a href="https://redirect.github.com/allegro/axion-release-plugin/issues/798">#798</a>)</li> <li><a href="https://github.com/allegro/axion-release-plugin/commit/bf3ee048320a1b29d308290605e1c7d4b4f5d6e7"><code>bf3ee04</code></a> Create codecov.yml</li> <li><a href="https://github.com/allegro/axion-release-plugin/commit/3f7dfc36b3539d1bf55bc103159cf6aa94c6d375"><code>3f7dfc3</code></a> Update ci.yml</li> <li><a href="https://github.com/allegro/axion-release-plugin/commit/0ca671ae9fc5b9a132b16477a9f90d37816118ac"><code>0ca671a</code></a> Bump pl.allegro.tech.build.axion-release from 1.18.4 to 1.18.5 (<a href="https://redirect.github.com/allegro/axion-release-plugin/issues/795">#795</a>)</li> <li><a href="https://github.com/allegro/axion-release-plugin/commit/78366b88492c2a92515b215a4fa27249313396db"><code>78366b8</code></a> Bump mkdocs-material from 9.5.31 to 9.5.32 (<a href="https://redirect.github.com/allegro/axion-release-plugin/issues/794">#794</a>)</li> <li><a href="https://github.com/allegro/axion-release-plugin/commit/67cb348d4a64455808c0439790306a5e675fd73d"><code>67cb348</code></a> markdown lint</li> <li>See full diff in <a href="https://github.com/allegro/axion-release-plugin/compare/v1.18.5...v1.18.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pl.allegro.tech.build.axion-release&package-manager=gradle&previous-version=1.18.5&new-version=1.18.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information