Changelogen: no major bump when including an exclamation mark after commit type #88
-
|
According to the conventional commit specifications:
But when I commit with a message like The command I use: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
My bad, it is because my package version starts with Note Version numbers starting with 0. or 0.0. follow different rules. In these cases, the second or third digit is treated as the major version. They use the formats 0.major.minor and 0.0.major instead of the standard major.minor.patch. To ensure consistent semantic versioning, start version numbering at 1.0.0. |
Beta Was this translation helpful? Give feedback.
My bad, it is because my package version starts with
0.:Note
Version numbers starting with 0. or 0.0. follow different rules.
In these cases, the second or third digit is treated as the major version. They use the formats 0.major.minor and 0.0.major instead of the standard major.minor.patch.
To ensure consistent semantic versioning, start version numbering at 1.0.0.
https://github.com/unjs/changelogen/blob/172158894cde37fd167c23af91ef8c762aded1e9/README.md?plain=1#L61-L66