pull.sh
is not strong enough, let's use upgrade.sh
instead
#277
Labels
pull.sh
is not strong enough, let's use upgrade.sh
instead
#277
Currently, in
.github/workflows/releases.yaml
we useauto_pull.py
, which usespull.sh
. This is not a powerful enough script, since it doesn't update the version of our Maven plugin, but only the version of dependencies. I suggest usingupgrade.sh
instead -- it updates everything.The text was updated successfully, but these errors were encountered: