Skip to content

Commit

Permalink
dev-proc/source-code-structure.md: describe tag convention
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Kopeć <[email protected]>
  • Loading branch information
mkopec committed Nov 16, 2023
1 parent 3cd9f28 commit 423ff81
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docs/dev-proc/source-code-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ branch structure:
* `<platform>/rel_vX.Y.Z` - release branch for version X.Y.Z
* `<feature>` - tracks development of feature

`<platform> = <coreboot_mainboard_vendor>_<coreboot_mainboard_model>` if
platform is supported by coreboot, otherwise we use common sense and available
information about hardware.
> `<platform> = <coreboot_mainboard_vendor>_<coreboot_mainboard_model>` if
> platform is supported by coreboot, otherwise we use common sense and available
> information about hardware.
## Remotes

Expand All @@ -35,7 +35,12 @@ git remote add upstream https://review.coreboot.org/coreboot.git

## Tags

Dasharo Release tags in git repository use format: `<platform>_vX.Y.Z`
Tags for Dasharo releases across repositories in the Dasharo GitHub organization
use the following format: `<platform>_vX.Y.Z`.

> `<platform> = <coreboot_mainboard_vendor>_<coreboot_mainboard_model>` if
> platform is supported by coreboot, otherwise we use common sense and available
> information about hardware.
## New platform support

Expand Down

0 comments on commit 423ff81

Please sign in to comment.