Skip to content

Commit d6feffe

Browse files
committed
Remove obsolete BuildName column from documentation table.
1 parent daebd4d commit d6feffe

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/Subatomix.Build.Versioning.Semantic.props

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
1818
Versioning: SemVer2 https://semver.org/spec/v2.0.0.html
1919
20-
Prefix Branch Counter BuildName Version
21-
====== ============================== ======= ========== ===============
22-
1.2.3 (none) (none) (none) 1.2.3-local
23-
1.2.3 refs/heads/stuff 9 stuff[9] 1.2.3-stuff.9
24-
1.2.3 refs/pull/4567 9 4567[9] 1.2.3-pr.4567.9
25-
1.2.3 refs/tags/release/1.2.3-rc.4 9 1.2.3-beta4[9] 1.2.3-rc.4.9
26-
1.2.3 refs/tags/release/1.2.3 9 1.2.3[9] 1.2.3
27-
1.2.3 refs/tags/release/2.3.4 9 2.3.4[9] *ERROR*
20+
Prefix Branch Counter Version
21+
====== ============================== ======= ===============
22+
1.2.3 (none) (none) 1.2.3-local
23+
1.2.3 refs/heads/stuff 9 1.2.3-stuff.9
24+
1.2.3 refs/pull/4567 9 1.2.3-pr.4567.9
25+
1.2.3 refs/tags/release/1.2.3-rc.4 9 1.2.3-rc.4.9
26+
1.2.3 refs/tags/release/1.2.3 9 1.2.3
27+
1.2.3 refs/tags/release/2.3.4 9 *ERROR*
2828
-->
2929

3030
<!--

0 commit comments

Comments
 (0)