Branching strategy for spec development #40
Replies: 3 comments 2 replies
-
+1 |
Beta Was this translation helpful? Give feedback.
-
I'll reply to the overall idea thread here, but before I forget I just wanted to mention I turned on branch protection on main, requiring at least 1 review for any merge. After 0.2 we might want to up that to two reviewers, so we're sure we have good eyes on everything. |
Beta Was this translation helpful? Give feedback.
-
There is a little "problem" of inconsistency using only
Cutting a release will be a matter of creating a PR I'm not against using this before 1.X, but making |
Beta Was this translation helpful? Give feedback.
-
Now that we have a release we should figure out a branching strategy going forward. I think the primary thing to consider is what version of the spec should a person visiting https://github.com/opengeospatial/geoparquet? The "currently released version, or the in-development version?
My thoughts: we keep things as is for now (just a single
main
branch that we develop against), at least until we hit 1.0. I think there's a bit more value in people seeing what's coming soon.After 1.0, I could see making a
dev
branch. But IMO it's not worth branching until we have a change that's going to require a 1.x (or 2.0), otherwise we'll have to backport / cherry pick typo fixes and clarifications.Beta Was this translation helpful? Give feedback.
All reactions