-
Notifications
You must be signed in to change notification settings - Fork 5
chore: release main #200
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
chore: release main #200
Conversation
The first release PR put the monorepo at v1.0.0 b/c I forgot to add the version to the manifest: #200.
|
haha not 1.0!! don't do that to me! 😛 |
1bf0696 to
8feeb39
Compare
|
Looks like it's fixed. I'm going to make one more tweak to exclude the release of |
8feeb39 to
4f2f73f
Compare
4f2f73f to
c8da566
Compare
| ### Features | ||
|
|
||
| * Mosaic tile layer ([#184](https://github.com/developmentseed/deck.gl-raster/issues/184)) ([acc6904](https://github.com/developmentseed/deck.gl-raster/commit/acc6904fe67e2a8549ce8e17522d20578eab1749)) | ||
| * Update land-cover example text ([#163](https://github.com/developmentseed/deck.gl-raster/issues/163)) ([790b5f5](https://github.com/developmentseed/deck.gl-raster/commit/790b5f5d44562f5a4c819ede644832558773d18e)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for my info, is it possible to have something like minor: pr description to have random edits that don't go into the public changelog?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automatic changelogs are nice but it's tricky to ensure it's a good user experience to read the changelog
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed. There's a couple of controls:
- Things like
chore:don't get included - You can modify how a PR is represented in the changelog by modifying its description: https://github.com/googleapis/release-please?tab=readme-ov-file#how-can-i-fix-release-notes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok let's try it out
|
🤖 Created releases: 🌻 |
|
@gadomski do I still have to create a tag manually after the PR has merged? |
|
And similarly it would be nice to have only a single release for all projects, not a release for each: https://github.com/developmentseed/deck.gl-raster/releases |
|
Yeah, I think if we remove the subpackages, and instead just tell release please to bump the versions with https://github.com/googleapis/release-please/blob/main/docs/customizing.md#updating-arbitrary-json-files, it'll work. I'll make a PR with that. And if this all is too much hassle for what we get, I'm happy to rip it out too ... don't want to make-work. |
|
I'm happy to use release-please if we get a working setup! (And happy to let you figure out the details to get it working 😛 ). If you ever feel it's too much work then we could consider removing it, but it feels like it could be useful |
|
Cool it did publish a new version: https://www.npmjs.com/package/@developmentseed/deck.gl-raster |

🤖 I have created a release beep boop
0.2.0
0.2.0 (2026-01-26)
Features
Bug Fixes
Performance Improvements
deck.gl-geotiff: 0.2.0
0.2.0 (2026-01-26)
Features
renderPipelineinference with props placeholder (#157) (61a46cc)Bug Fixes
loadTexturereturnsTexture, notTextureProps(#113) (20ce0c0)Performance Improvements
deck.gl-raster: 0.2.0
0.2.0 (2026-01-26)
Features
renderPipelineinference with props placeholder (#157) (61a46cc)Bug Fixes
deck.gl-zarr: 0.2.0
0.2.0 (2026-01-26)
Features
Bug Fixes
raster-reproject: 0.2.0
0.2.0 (2026-01-26)
Features
Bug Fixes
This PR was generated with Release Please. See documentation.