@@ -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/ )
114
+
115
+ [ #173 ] : https://github.com/commitizen-tools/commitizen/issues/173
116
+ [ #385 ] : https://github.com/commitizen-tools/commitizen/pull/385
0 commit comments