Skip to content

chore(main): release 0.3.0-beta.1#222

Closed
ds-release-bot[bot] wants to merge 1 commit intomainfrom
release-please--branches--main--components--monorepo
Closed

chore(main): release 0.3.0-beta.1#222
ds-release-bot[bot] wants to merge 1 commit intomainfrom
release-please--branches--main--components--monorepo

Conversation

@ds-release-bot
Copy link
Contributor

@ds-release-bot ds-release-bot bot commented Feb 10, 2026

🤖 I have created a release beep boop

0.3.0-beta.1 (2026-02-18)

Features

  • affine: Create new affine standalone package as port of Python affine (ce7b73d)
  • Create morecantile subpackage (#238) (20b3ace)
  • Create new geotiff subpackage, abstracting over @cogeotiff/core (#223) (4fa5230)
  • geotiff: generate TileMatrixSet from GeoTIFF instance (#235) (cb1106e)
  • geotiff: High-level CRS handling from GeoTIFF GeoKeys (#236) (559dc03)
  • geotiff: Overhaul GeoTIFF and Overview classes (#225) (857a8c2)
  • geotiff: Support decoding JPEG and WebP-compressed COGs (#229) (3dc6281)
  • Initial GeoTIFF dynamic decoder API (#226) (5d611f3)
  • Overhaul to use our geotiff package & generic TileMatrixSet support (#208) (860a701), closes #216

Bug Fixes

Miscellaneous Chores


This PR was generated with Release Please. See documentation.

@kylebarron
Copy link
Member

@gadomski these PRs are auto-created for every PR merged to main..?

@gadomski
Copy link
Contributor

@gadomski these PRs are auto-created for every PR merged to main..?

If the pr is named fix or feat. It skips chore and other ones. It'll auto-update this PR as you accumulate changes. If you want to modify how release-please sees a PR post-facto, you can https://github.com/googleapis/release-please?tab=readme-ov-file#how-can-i-fix-release-notes.

@ds-release-bot ds-release-bot bot force-pushed the release-please--branches--main--components--monorepo branch from 20cdd55 to 923452f Compare February 12, 2026 18:43
@ds-release-bot ds-release-bot bot changed the title chore(main): release 0.2.1 chore(main): release 0.3.0 Feb 13, 2026
@ds-release-bot ds-release-bot bot force-pushed the release-please--branches--main--components--monorepo branch 10 times, most recently from 4fe87c5 to 90c9b2c Compare February 18, 2026 00:16
@kylebarron
Copy link
Member

@gadomski do you know how I publish a beta?

@gadomski
Copy link
Contributor

gadomski commented Feb 18, 2026

You can use an empty commit:

git commit --allow-empty -m "chore: release 2.0.0-beta.0" -m "Release-As: 2.0.0-beta.0"

Or you could edit a PR description of an included PR to include a a commit message override:

BEGIN_COMMIT_OVERRIDE
feat: awesome thing

Release-As: 2.0.0-beta.0
END_COMMIT_OVERRIDE

You'd then need to re-run the release-please workflow.

@kylebarron
Copy link
Member

Interesting, thanks. Since I can't push to main I think I have to make a PR with that PR description

@gadomski
Copy link
Contributor

Interesting, thanks. Since I can't push to main I think I have to make a PR with that PR description

I think you can edit an existing PR (e.g. #224) and then just re-run the workflow?

@kylebarron
Copy link
Member

Wait you can edit a PR description, not the merged commit message, and it'll pick that up?

@kylebarron
Copy link
Member

kylebarron commented Feb 18, 2026

Interesting, thanks. Since I can't push to main I think I have to make a PR with that PR description

re-run the workflow?

re-run what workflow?

@ds-release-bot ds-release-bot bot changed the title chore(main): release 0.3.0 chore(main): release 0.3.0-beta.1 Feb 18, 2026
@ds-release-bot ds-release-bot bot force-pushed the release-please--branches--main--components--monorepo branch from 90c9b2c to bf7d948 Compare February 18, 2026 16:11
@gadomski
Copy link
Contributor

Wait you can edit a PR description, not the merged commit message, and it'll pick that up?

Yup: https://github.com/googleapis/release-please?tab=readme-ov-file#how-can-i-fix-release-notes

@kylebarron kylebarron closed this Feb 18, 2026
@gadomski gadomski deleted the release-please--branches--main--components--monorepo branch February 18, 2026 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use exact TileMatrixSet specification

2 participants

Comments