Skip to content

OneFlow

Steven Maillet edited this page Jul 1, 2025 · 1 revision

Branching model

This repository generally follows the OneFlow Git branching model. There is only one mainline active branch develop.

Feature branches

Feature branches feature/my-feature may exist from time to time though they are generally only needed for collaboration on changes between multiple developers.

Release branches

Release branches exist while a release is prepared but once released no longer need to exist. (A tag marks a given release AND there is a GitHub release created for each release as well)

Versioning

The assemblies in this repository use a CSemVer model. It uses the Ubiquity.NET.Versioning.Build.Tasks

Clone this wiki locally