Replies: 2 comments 4 replies
-
@ralfhandl I think there's an error in the diagram which shows the release branches merging to The idea was to keep |
Beta Was this translation helpful? Give feedback.
-
@handrews Maybe we need to more precisely define what we mean by a "release branch". I see two possibilities:
If it is the first, we can create the new |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
According to Branching and merging (3.1.2, 3.2.0, and later) we will create branch
v3.3-dev
fromdev
, despite the fact thatsrc/oas.md
src/schemas/**
tests/schema/**
are hopelessly outdated on
dev
and the current content ofv3.2-dev
is the actual semantic starting point for 3.3 development.Shouldn't we rather create
v3.3-dev
fromv3.2-dev
?Beta Was this translation helpful? Give feedback.
All reactions