chore: Update history-and-versioning to match history

This commit is contained in:
Darcy Wong 2022-11-10 08:26:59 +07:00
parent 336b06b1a7
commit a396b095e0

View file

@ -19,7 +19,7 @@ The version shown in `VERSION.md` is the upcoming release version. This means:
## TIER.md ## TIER.md
The release tier is updated in `TIER.md`? The release tier is updated in `TIER.md`.
## How history and version are updated ## How history and version are updated
@ -35,15 +35,16 @@ request (these are much rarer).
### History format ### History format
```text ```text
## <yyyy-mm-dd> <version> <tier> ## <version> <tier> <yyyy-mm-dd>
<type> [(<scope>[/<sub-scope>])]: <message> [(#<PR>)] * <type> [(<scope>[/<sub-scope>])]: <message> [(#<PR>)]
``` ```
For example: For example:
```text ```text
## 2020-01-27 13.0.65 beta ## 16.0.98 beta 2022-11-08
feat(developer/compiler): Hotkeys defined in .kmn no longer need to be quoted (#2432)
chore: Release beta (#2555) * fix(developer): update monaco editor to 0.15.6 (#7626)
* chore(developer): tidy up compile hints (#7633)
``` ```