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 workflow to automatically bump the version of Prefect in prefect-operator #59

Open
chrisguidry opened this issue Sep 3, 2024 · 0 comments

Comments

@chrisguidry
Copy link
Collaborator

In #35, we talked through the best approach to keeping up with new Prefect versions. The design we landed on is:

  • Keep a hard-coded version number in the source code, isolated in a separate file
  • React when Prefect releases are created (via a GH webhook call?) to run a CI workflow that bumps that hard-coded version
  • That CI workflow will run the unit test suite, and if tests are passing and no other changes are queued up, cut a release
@linear linear bot changed the title CI workflow to automatically bump the version of Prefect CI workflow to automatically bump the version of Prefect in prefect-operator Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant