Conversation
|
@gadomski these PRs are auto-created for every PR merged to main..? |
If the pr is named |
20cdd55 to
923452f
Compare
4fe87c5 to
90c9b2c
Compare
|
@gadomski do you know how I publish a beta? |
|
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_OVERRIDEYou'd then need to re-run the release-please workflow. |
|
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? |
|
Wait you can edit a PR description, not the merged commit message, and it'll pick that up? |
re-run what workflow? |
90c9b2c to
bf7d948
Compare
Yup: https://github.com/googleapis/release-please?tab=readme-ov-file#how-can-i-fix-release-notes |
🤖 I have created a release beep boop
0.3.0-beta.1 (2026-02-18)
Features
morecantilesubpackage (#238) (20b3ace)geotiffsubpackage, abstracting over@cogeotiff/core(#223) (4fa5230)GeoTIFFinstance (#235) (cb1106e)GeoTIFFandOverviewclasses (#225) (857a8c2)geotiffpackage & generic TileMatrixSet support (#208) (860a701), closes #216Bug Fixes
Miscellaneous Chores
This PR was generated with Release Please. See documentation.