commitfmt-windows-x64 1.0.10 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/commitfmt.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -251,7 +251,8 @@ For example, if your branch name is `feature/CC-123/add-new-feature` or `feature
|
|
|
251
251
|
|
|
252
252
|
If the ticket number is not found in the branch name, footer will be skipped.
|
|
253
253
|
|
|
254
|
-
|
|
254
|
+
Branch patterns use the [regex-lite syntax](https://docs.rs/regex-lite/latest/regex_lite/#syntax).
|
|
255
|
+
Unicode character classes and Unicode-aware case folding are not supported.
|
|
255
256
|
|
|
256
257
|
##### Patterns
|
|
257
258
|
|
package/commitfmt.exe
CHANGED
|
Binary file
|