forked from PostgREST/postgrest
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nix: Adjust postgrest-release to new release workflow
This changes the postgrest-release tool to work with our new workflow. It can be run on main and the v* release branches. When on a release branch, it will bump a patch version and push to that branch only. When on main, it will bump a minor version by default. To bump a major version, pass --major. This first bump will be force-pushed to the v<major> branch. A second bump to the current development version will then be pushed to the main branch. The tool will not tag commits anymore - this happens in CI automatically. References PostgREST#3113 Resolves PostgREST#3082
- Loading branch information
1 parent
a427fb6
commit 59a37b9
Showing
1 changed file
with
64 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters