Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 807 Bytes

File metadata and controls

24 lines (15 loc) · 807 Bytes

Caliptra SW Branching Strategy

This document outlines the active branching strategy for the caliptra-sw repository.

Active Branches

main

  • Role: Primary active development branch.
  • Content: Contains the latest Caliptra software changes (Caliptra 2.1 and subsequent development).
  • Usage: All new features and general bug fixes must target this branch.

caliptra-2.0

  • Role: Servicing branch for Caliptra 2.0.
  • Content: Contains maintenance code for Caliptra 2.0.
  • Usage: Supported for critical bug fixes and security patches for 1.x releases.

caliptra-1.x

  • Role: Servicing branch for Caliptra 1.x.
  • Content: Contains maintenance code for Caliptra 1.x.
  • Usage: Supported for critical bug fixes and security patches for 1.x releases.