onekey-sec / unblob

Extract files from any kind of container formats
https://unblob.org
Other
2.16k stars 80 forks source link

CI: automated weekly releases #774

Open qkaiser opened 7 months ago

qkaiser commented 7 months ago

I would like to have weekly releases of unblob fully automated through Github CI.

The auto version update workflow would:

When that automated PR gets approved by a maintainer, auto-release workflow would pick it up and create a release:

https://github.com/marketplace/actions/auto-release

This would then trigger our release workflow with publication to PyPi.

martonilles commented 7 months ago

do we need weekly release? Isn't it too frequent?

qkaiser commented 7 months ago

do we need weekly release? Isn't it too frequent?

can be bi-weekly or monthly, just want it to be automated like our dependencies update :)