Skip to content

Commit

Permalink
Update release checklist (#236)
Browse files Browse the repository at this point in the history
Follow-up #235
  • Loading branch information
pka authored Sep 5, 2024
1 parent c30f80e commit 6259e88
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Release checklist

With flatgeobuf as test requirement we have a circular dependency on geozero,
which causes build conflicts when doing major version updates.
geozero-cli and geozero-bench are dependent on geozero and flatgeobuf.
This implies the following update sequence for major version updates:

geozero -> flatgeobuf -> geozero-cli/geozero-bench

## geozero

Expand All @@ -18,5 +20,5 @@ which causes build conflicts when doing major version updates.
* `git commit -a -m "Bump version"`

Major updates:
* Create branch of flatgeobuf with updated geozero dependency
* Change flatgeobuf to git version until flatgeobuf crate is released
* Release new version of flatgeobuf with updated geozero dependency
* Update geozero version in top-level Cargo.toml

0 comments on commit 6259e88

Please sign in to comment.