-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
30e1914
commit 58226ad
Showing
3 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Extension updating | ||
When cloning this template, the target version of DuckDB should be the latest stable release of DuckDB. However, there | ||
will inevitably come a time when a new DuckDB is released and the extension repository needs updating. This process goes | ||
as follows: | ||
|
||
- Bump submodules | ||
- `./duckdb` should be set to latest tagged release | ||
- `./extension-ci-tools` should be set to updated branch corresponding to latest DuckDB release | ||
- Bump versions in `./github/workflows` | ||
- `duckdb_version` input in `MainDistributionPipeline.yml` should be set to latest tagged release | ||
- reusable workflow `_extension_distribution.yml` should be set to updated branch corresponding to latest DuckDB release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters