Skip to content

Commit 423ff81

Browse files
committed
dev-proc/source-code-structure.md: describe tag convention
Signed-off-by: Michał Kopeć <[email protected]>
1 parent 3cd9f28 commit 423ff81

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

docs/dev-proc/source-code-structure.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ branch structure:
1111
* `<platform>/rel_vX.Y.Z` - release branch for version X.Y.Z
1212
* `<feature>` - tracks development of feature
1313

14-
`<platform> = <coreboot_mainboard_vendor>_<coreboot_mainboard_model>` if
15-
platform is supported by coreboot, otherwise we use common sense and available
16-
information about hardware.
14+
> `<platform> = <coreboot_mainboard_vendor>_<coreboot_mainboard_model>` if
15+
> platform is supported by coreboot, otherwise we use common sense and available
16+
> information about hardware.
1717
1818
## Remotes
1919

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

3636
## Tags
3737

38-
Dasharo Release tags in git repository use format: `<platform>_vX.Y.Z`
38+
Tags for Dasharo releases across repositories in the Dasharo GitHub organization
39+
use the following format: `<platform>_vX.Y.Z`.
40+
41+
> `<platform> = <coreboot_mainboard_vendor>_<coreboot_mainboard_model>` if
42+
> platform is supported by coreboot, otherwise we use common sense and available
43+
> information about hardware.
3944
4045
## New platform support
4146

0 commit comments

Comments
 (0)