Skip to content

Commit 856f1af

Browse files
committed
format admonition
1 parent c2ab007 commit 856f1af

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/community/contribute-codebase.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -368,11 +368,11 @@ versioning is as follows:
368368
standards. A bump severity (patch, minor, major) is chosen according to the
369369
changes 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

377377
2. As a last action in the PR before the merge, the version bump is executed.
378378
Usually via means of `bump2version` or, more recently `uv` and Makefile setup.

0 commit comments

Comments
 (0)