Skip to content
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

CI: automated weekly releases #774

Open
qkaiser opened this issue Feb 15, 2024 · 2 comments
Open

CI: automated weekly releases #774

qkaiser opened this issue Feb 15, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@qkaiser
Copy link
Contributor

qkaiser commented Feb 15, 2024

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

The auto version update workflow would:

  • pull the code
  • set the calendar version in pyproject.yml
  • commit the change
  • tag the commit with version
  • push the branch
  • open a pull request

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.

@qkaiser qkaiser added the enhancement New feature or request label Feb 15, 2024
@qkaiser qkaiser self-assigned this Feb 15, 2024
@martonilles
Copy link
Contributor

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

@qkaiser
Copy link
Contributor Author

qkaiser commented Feb 16, 2024

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants