Skip to content

Commit 783b814

Browse files
committed
test: simpler .md table syntax
1 parent 6b8d13a commit 783b814

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/contributing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ Only appointed team members may release versions.
3737

3838
1. Create release **or** pre-release and tag on GitHub.
3939

40-
| type | use case | tag format | example |
41-
| ----------- | --------------- | ------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
42-
| release | deploy to prod. | `vA.B.C` following [SemVer](https://semver.org/) | `v1.1.3` |
40+
| type | use case | tag format | example |
41+
| - | - | - | - |
42+
| release | deploy to prod. | `vA.B.C` following [SemVer](https://semver.org/) | `v1.1.3` |
4343
| pre-release | deploy to dev. | `vA.B.D-YYYYMMNN`<br /><sub>Where `NN` is the _Nth_ pre-release since `vA.B.C`.</sub> | `v1.1.4-20231203`<br /><sub>Where `03` is the _third_ pre-release of December, following previous release of `v1.1.3`.</sub> |
4444

4545
2. If a **pre-release** is off of a branch other than `main`, i.e. has code from branches of un-merged PRs, then add those PRs to the changelog e.g.

0 commit comments

Comments
 (0)