cryptimeleon/craco

Automatize versioning

Opened this issue · 0 comments

The process to release a new version (even for minor versions) encompasses too many steps.

To automatize some of the steps I suggest to take a look one of the versioning tools.
In general I know that there a two ways to automate it: first use an github action or, second, using a gradle plug-in (similar to this).