PostgREST / postgrest

REST API for any Postgres database
https://postgrest.org
MIT License
22.65k stars 1k forks source link

Patch release v12.2.1 #3623

Closed laurenceisla closed 3 days ago

laurenceisla commented 4 days ago

Includes the following docs and fixes:

steve-chavez commented 4 days ago

@wolfgangwalther To release a patch version, is it fine to merge into a v12.2.1 branch? I think with the new release workflow we only had to merge on the v12 branch?

wolfgangwalther commented 4 days ago

To release a patch version, is it fine to merge into a v12.2.1 branch? I think with the new release workflow we only had to merge on the v12 branch?

This is a pull request from @laurenceisla's v12.2.1 branch (the name doesn't matter here) into the main repo's v12 branch. Once that's merged.. nothing will happen, yet. You can then run postgrest-release on the v12 branch and get a patch bump created. Both on the branch and the tag.

There will be no other branch in the main repo except v12. There will be a tag v12.2.1, though. Created automatically.