File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -368,11 +368,11 @@ versioning is as follows:
368368standards. A bump severity (patch, minor, major) is chosen according to the
369369changes and SemVer standards.
370370
371- ``` note
372- Before the first major version (<1.0.0), most changes, even if significant, only
373- result in a minor version increase. The first major version release typically
374- needs to be delineated as a long-term milestone.
375- ```
371+ !!! info
372+
373+ Before the first major version (<1.0.0), most changes, even if significant,
374+ only result in a minor version increase. The first major version release
375+ typically needs to be delineated as a long-term milestone.
376376
3773772 . As a last action in the PR before the merge, the version bump is executed.
378378Usually via means of ` bump2version ` or, more recently ` uv ` and Makefile setup.
You can’t perform that action at this time.
0 commit comments