Open github-actions[bot] opened 1 week ago
Sample pull request
Add new version to TIMESCALEDB_TOOLKIT_EXTENSIONS in:
TIMESCALEDB_TOOLKIT_EXTENSIONS
.github/workflows/build_image.yaml
.github/workflows/publish_image.yaml
Makefile
[ ] hot-forge
Add two new lines to bundles.yaml containing the new version tag:
bundles.yaml
- repository: https://github.com/timescale/timescaledb-toolkit tag: 1.19.0
And update .github/build_bundles.py if new pgrx is required.
.github/build_bundles.py
[ ] Copy Changelog.md entries for this release into github release
[ ] Update Homebrew
Build binaries on multiple Mac versions/architectures and submit a pull request like this example
There have been no packages for arm64 and debian12 for some time.
Sample pull request
Add new version to
TIMESCALEDB_TOOLKIT_EXTENSIONS
in:.github/workflows/build_image.yaml
.github/workflows/publish_image.yaml
Makefile
[ ] hot-forge
Sample pull request
Add two new lines to
bundles.yaml
containing the new version tag:And update
.github/build_bundles.py
if new pgrx is required.[ ] Copy Changelog.md entries for this release into github release
[ ] Update Homebrew
Build binaries on multiple Mac versions/architectures and submit a pull request like this example