Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 5, 2024

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
pl.allegro.tech.build.axion-release 1.18.2 -> 1.20.1 age confidence

Release Notes

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

v1.20.1

What's Changed

Changed

Full Changelog: allegro/axion-release-plugin@v1.20.0...v1.20.1

v1.20.0

What's Changed

Changed
Dependency updates

New Contributors

Full Changelog: allegro/axion-release-plugin@v1.19.1...v1.20.0

v1.19.1

What's Changed

Dependency updates
Changed

Full Changelog: allegro/axion-release-plugin@v1.19.0...v1.19.1

v1.19.0

What's Changed

Changed
Dependency updates

Full Changelog: allegro/axion-release-plugin@v1.18.18...v1.19.0

v1.18.18

What's Changed

Dependency updates
Changed
  • Defaulting to root's build directory when used from includedBuilds by @​gmazzo in #​904

New Contributors

Full Changelog: allegro/axion-release-plugin@v1.18.17...v1.18.18

v1.18.17

What's Changed

Dependency updates
Changed

New Contributors

Full Changelog: allegro/axion-release-plugin@v1.18.16...v1.18.17

v1.18.16

What's Changed

Changed
Dependency updates

Full Changelog: allegro/axion-release-plugin@v1.18.15...v1.18.16

v1.18.15

What's Changed

Changed

Full Changelog: allegro/axion-release-plugin@v1.18.14...v1.18.15

v1.18.14

What's Changed

Changed
Dependency updates

Full Changelog: allegro/axion-release-plugin@v1.18.13...v1.18.14

v1.18.13

What's Changed

Changed

New Contributors

Dependency updates

Full Changelog: allegro/axion-release-plugin@v1.18.12...v1.18.13

v1.18.12

What's Changed

Changed
  • Snapshot dependencies checker ignores gradle Project and ProjectDependencyConstraint by @​bgalek in #​831

Full Changelog: allegro/axion-release-plugin@v1.18.11...v1.18.12

v1.18.11

What's Changed

Changed

New Contributors

Full Changelog: allegro/axion-release-plugin@v1.18.10...v1.18.11

v1.18.10

What's Changed

Changed

Fix #​819 was not tested in the multimodule project setup, but it broke some multimodule builds, this release should fix the problem.

Dependency updates

Full Changelog: allegro/axion-release-plugin@v1.18.9...v1.18.10

v1.18.9

What's Changed

Changed
  • Fix ConcurrentModificationException in SnapshotDependenciesChecker by @​imvs in #​819

New Contributors

Dependency updates

Full Changelog: allegro/axion-release-plugin@v1.18.8...v1.18.9

v1.18.8

What's Changed

Changed

When using releaseOnlyOnReleaseBranches verifyRelease tasks were not skipped.
From now, gradle release task and it's dependants will be skipped if releaseOnlyOnReleaseBranches is active and the plugin decides to skip the release.

Dependency updates

Full Changelog: allegro/axion-release-plugin@v1.18.7...v1.18.8

v1.18.7

What's Changed

Bugfix

With releaseOnlyOnReleaseBranches property set,
when a release is skipped, GITHUB_OUTPUT is not written anymore.

Full Changelog: allegro/axion-release-plugin@v1.18.6...v1.18.7

v1.18.6

What's Changed

Changed

🎉 Achieving a workflow with one-liner gradle step: ./gradew build release publish is now possible!

Setting releaseOnlyOnReleaseBranches option

scmVersion {
    releaseOnlyOnReleaseBranches = true
}

Will make release task no-operation, if run on feature branches (not main/master).

You can further customize release branch name list, using releaseBranchNames property:

scmVersion {
    releaseOnlyOnReleaseBranches = true
    releaseBranchNames = ['main', 'master']
}

Based on users feedback it may be set to default in future releases :)

Dependency updates

Full Changelog: allegro/axion-release-plugin@v1.18.5...v1.18.6

v1.18.5

What's Changed

Changed

Introducing fallbackPrefixes that can be used to migrate from one tag prefix to another.

Usage:

scmVersion {
    tag {
        prefix.set("new-prefix-")
        fallbackPrefixes.set(listOf("old-prefix-"))
    }
}

Implement support for fallback tag prefixes by @​radoslaw-panuszewski in #​793

Dependency updates

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

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 - At any time (no schedule defined), 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 changed the title chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.18.3 chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.18.4 Aug 8, 2024
@renovate renovate bot force-pushed the renovate/pl.allegro.tech.build.axion-release-1.x branch from bd03422 to b5f3e01 Compare August 8, 2024 14:27
@renovate renovate bot changed the title chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.18.4 chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.18.5 Aug 19, 2024
@renovate renovate bot force-pushed the renovate/pl.allegro.tech.build.axion-release-1.x branch from b5f3e01 to dca3125 Compare August 19, 2024 08:27
@renovate renovate bot changed the title chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.18.5 chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.18.6 Aug 27, 2024
@renovate renovate bot force-pushed the renovate/pl.allegro.tech.build.axion-release-1.x branch from dca3125 to 03113cd Compare August 27, 2024 11:25
@renovate renovate bot changed the title chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.18.6 chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.18.7 Aug 27, 2024
@renovate renovate bot force-pushed the renovate/pl.allegro.tech.build.axion-release-1.x branch from 03113cd to df84610 Compare August 27, 2024 16:08
@renovate renovate bot force-pushed the renovate/pl.allegro.tech.build.axion-release-1.x branch from df84610 to 12529ac Compare September 5, 2024 14:21
@renovate renovate bot changed the title chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.18.7 chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.18.8 Sep 5, 2024
@renovate renovate bot force-pushed the renovate/pl.allegro.tech.build.axion-release-1.x branch from 12529ac to 71f3058 Compare September 23, 2024 09:54
@renovate renovate bot changed the title chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.18.8 chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.18.9 Sep 23, 2024
@renovate renovate bot force-pushed the renovate/pl.allegro.tech.build.axion-release-1.x branch from 71f3058 to 6ab9e06 Compare October 1, 2024 22:17
@renovate renovate bot changed the title chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.18.9 chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.18.10 Oct 1, 2024
@renovate renovate bot changed the title chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.18.10 chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.18.11 Oct 3, 2024
@renovate renovate bot force-pushed the renovate/pl.allegro.tech.build.axion-release-1.x branch 2 times, most recently from 00e863a to f844f1f Compare October 4, 2024 19:18
@renovate renovate bot changed the title chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.18.11 chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.18.12 Oct 4, 2024
@renovate renovate bot changed the title chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.18.12 chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.18.13 Oct 15, 2024
@renovate renovate bot force-pushed the renovate/pl.allegro.tech.build.axion-release-1.x branch from f844f1f to 67d2784 Compare October 15, 2024 09:14
@renovate renovate bot changed the title chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.18.13 chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.18.14 Oct 22, 2024
@renovate renovate bot force-pushed the renovate/pl.allegro.tech.build.axion-release-1.x branch from 67d2784 to 6a32108 Compare October 22, 2024 09:40
@renovate renovate bot force-pushed the renovate/pl.allegro.tech.build.axion-release-1.x branch from 6a32108 to 322d4ac Compare November 13, 2024 17:38
@renovate renovate bot changed the title chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.18.14 chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.18.15 Nov 13, 2024
@renovate renovate bot force-pushed the renovate/pl.allegro.tech.build.axion-release-1.x branch from 322d4ac to 4dd3bc9 Compare November 25, 2024 11:09
@renovate renovate bot changed the title chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.18.15 chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.18.16 Nov 25, 2024
@renovate renovate bot force-pushed the renovate/pl.allegro.tech.build.axion-release-1.x branch from 4dd3bc9 to ebb89a6 Compare February 24, 2025 16:36
@renovate renovate bot changed the title chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.18.16 chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.18.17 Feb 24, 2025
@renovate renovate bot force-pushed the renovate/pl.allegro.tech.build.axion-release-1.x branch from ebb89a6 to 1a89dd7 Compare March 12, 2025 14:41
@renovate renovate bot changed the title chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.18.17 chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.18.18 Mar 12, 2025
@renovate renovate bot force-pushed the renovate/pl.allegro.tech.build.axion-release-1.x branch from 1a89dd7 to 050311c Compare July 7, 2025 10:40
@renovate renovate bot changed the title chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.18.18 chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.19.0 Jul 7, 2025
@renovate renovate bot force-pushed the renovate/pl.allegro.tech.build.axion-release-1.x branch from 050311c to 3219958 Compare August 6, 2025 09:31
@renovate renovate bot changed the title chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.19.0 chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.19.1 Aug 6, 2025
@renovate renovate bot force-pushed the renovate/pl.allegro.tech.build.axion-release-1.x branch 2 times, most recently from b1018de to f31745f Compare August 14, 2025 10:59
@renovate renovate bot changed the title chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.19.1 chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.20.1 Aug 14, 2025
@renovate renovate bot force-pushed the renovate/pl.allegro.tech.build.axion-release-1.x branch from f31745f to dcb06c0 Compare September 8, 2025 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Bots
Development

Successfully merging this pull request may close these issues.

0 participants