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
Copy file name to clipboardExpand all lines: docs/faq.md
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -90,17 +90,17 @@ More discussion can be found in issue [#318](https://github.com/commitizen-tools
90
90
## Why does commitizen not support CalVer?
91
91
92
92
`commitizen` could support CalVer alongside SemVer, but in practice implementing CalVer
93
-
creates numerous edge cases that are difficult to maintain (#385) and more generally
93
+
creates numerous edge cases that are difficult to maintain ([#385]) and more generally
94
94
mixing the two version schemes may not be a good idea. If CalVer or other custom
95
95
versioning scheme is needed, `commitizen` could still be used to standardize commits
96
96
and create changelogs, but a separate package should be used for version increments.
97
97
98
98
Mixing CalVer and SemVer is generally not recommended because each versioning scheme
99
99
serves a different purposes. Diverging from either specification can be confusing to
100
-
users and cause errors when third party tools that don't expect the non-standard format.
100
+
users and cause errors with third party tools that don't expect the non-standard format.
101
101
102
102
In the future, `commitizen` may support some implementation of CalVer, but at the time
103
-
of writing, there are no plans to implement the feature (#173).
103
+
of writing, there are no plans to implement the feature ([#173]).
104
104
105
105
If you would like to learn more about both schemes, there are plenty of good resources:
106
106
@@ -111,3 +111,6 @@ If you would like to learn more about both schemes, there are plenty of good res
111
111
-[SemVer vs. CalVer and Why I Use Both](https://mikestaszel.com/2021/04/03/semver-vs-calver-and-why-i-use-both/) (but not at the same time)
112
112
-[Semver Will Not Save You](https://hynek.me/articles/semver-will-not-save-you/)
113
113
-[Why I Don't Like SemVer](https://snarky.ca/why-i-dont-like-semver/)
0 commit comments