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

Process for upgrading Duck version #81

Open
varunkumar opened this issue Sep 12, 2024 · 3 comments
Open

Process for upgrading Duck version #81

varunkumar opened this issue Sep 12, 2024 · 3 comments

Comments

@varunkumar
Copy link

What is the recommended process for upgrading duckdb and extension-ci-tools submodules? I have changed the duckdb stable version in .github/workflows/MainDistributionPipeline.yml as mentioned in README. I believe this will take care of the builds on the GitHub. For the local environment, do we have to pull the changes from the submodules explicitly?

@varunkumar varunkumar changed the title Process of upgrading Duck version Process for upgrading Duck version Sep 12, 2024
@samansmink
Copy link
Collaborator

Thanks for opening this one @varunkumar, the doc lives in https://github.com/duckdb/extension-template/blob/main/docs/UPDATING.md but could use some updating, check out the updated one in my open PR here: 07c7d7a

@varunkumar
Copy link
Author

the reusable workflow duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml for the duckdb-stable-build job should be set to latest tagged release

Can you please elaborate on this?

Changing the version uses: duckdb/extension-ci-tools/.github/workflows/[email protected]
to
uses: duckdb/extension-ci-tools/.github/workflows/[email protected] is good enough right?

@samansmink
Copy link
Collaborator

@varunkumar yep that's correct

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

No branches or pull requests

2 participants