objectionary / home

Centralized curated storage of all EO objects together with their unit tests

Home Page:https://home.objectionary.com

Repository from Github https://github.comobjectionary/homeRepository from Github https://github.comobjectionary/home

`pull.sh` is not strong enough, let's use `upgrade.sh` instead

yegor256 opened this issue · comments

Currently, in .github/workflows/releases.yaml we use auto_pull.py, which uses pull.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 using upgrade.sh instead -- it updates everything.

@maxonfjvipon maybe you can help