OrchardCoreContrib / OrchardCoreContrib.Modules

Unofficial Orchard Core modules that driven by the community who love Orchard Core CMS
BSD 3-Clause "New" or "Revised" License
38 stars 14 forks source link

Align Package Version to OC #141

Open hishamco opened 1 week ago

hishamco commented 1 week ago

Over the years I have found myself suffering while bumping the packages, either:

@piedone how's your experience in Lombiq, cons & pros

Piedone commented 1 week ago

We have individual repos for the projects, not a monorepo. While that brings its own downsides, it also allows versioning each project individually (a key requirement for us), so that's what we do. Our release schedule is independent of OC's, so the version numbers don't align either (though we always have a release for each project for every OC release, but there are project releases in between two OC releases too).

hishamco commented 1 week ago

Individual repos might be hard to manage, you remind me of ASP.NET Core at the DNX time, where each feature was on the separate repo, It was easy for the users, but hard for the team

Thanks