You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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`|
43
43
| 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> |
44
44
45
45
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