opencast / opencast-editor

Web-based video editor for Opencast
https://editor.opencast.org
Apache License 2.0
56 stars 42 forks source link

Change branch structure to that of Opencast #1411

Open KatrinIhler opened 2 months ago

KatrinIhler commented 2 months ago

AS discussed in the Dev meeting and similar to https://github.com/opencast/opencast-admin-interface/issues/229, we should adopt the branch structure of the main repository (so develop and version branches) so we can get bug fixes into the legacy releases without being blocked by breaking changes.

mtneug commented 2 months ago

How would releases be tagged?

KatrinIhler commented 2 months ago

Good question. Right now it's just the date, right? So I guess a combination of date and OC version would do?

mtneug commented 2 months ago

Why include the date if we already have a major version? We could go to the typical number system, i.e.

{opencastMajorVersion}.{editorReleaseVersion}

So basically matching major versions of editor and Opencast are compatible. Or is this confusing?

KatrinIhler commented 2 months ago

IMO we can only do this if the version numbers line up with those from Opencast, otherwise that could be confusing.