-
Notifications
You must be signed in to change notification settings - Fork 4
chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.20.1 #77
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/pl.allegro.tech.build.axion-release-1.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bd03422
to
b5f3e01
Compare
b5f3e01
to
dca3125
Compare
dca3125
to
03113cd
Compare
03113cd
to
df84610
Compare
df84610
to
12529ac
Compare
12529ac
to
71f3058
Compare
71f3058
to
6ab9e06
Compare
00e863a
to
f844f1f
Compare
f844f1f
to
67d2784
Compare
67d2784
to
6a32108
Compare
6a32108
to
322d4ac
Compare
322d4ac
to
4dd3bc9
Compare
4dd3bc9
to
ebb89a6
Compare
ebb89a6
to
1a89dd7
Compare
1a89dd7
to
050311c
Compare
050311c
to
3219958
Compare
b1018de
to
f31745f
Compare
f31745f
to
dcb06c0
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
1.18.2
->1.20.1
Release Notes
allegro/axion-release-plugin (pl.allegro.tech.build.axion-release)
v1.20.1
What's Changed
Since a lot of users cannot update to Gradle
8+
,I've downgraded this project's Gradle build to
7.6
, which is the new minimum required version for this plugin to work.7.
6 was added to the test matrix https://github.com/allegro/axion-release-plugin/actions/runs/16962346640Changed
Full Changelog: allegro/axion-release-plugin@v1.20.0...v1.20.1
v1.20.0
What's Changed
Changed
unshallowRepoOnCI
enabled by default by @bgalek in #947ajoberstar.org/bintray-backup/
repository definition by @bgalek in #948java-semver
updated,apache-compress
added to solve security issues by @bgalek in #950Dependency 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
includedBuild
s by @gmazzo in #904New 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
published-version
output even if root project does not applymaven-publish
by @radoslaw-panuszewski in #859Full 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
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
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 ifreleaseOnlyOnReleaseBranches
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
Will make
release
task no-operation, if run on feature branches (notmain
/master
).You can further customize release branch name list, using
releaseBranchNames
property: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:
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:
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.
This PR was generated by Mend Renovate. View the repository job log.