commitfmt-darwin-x64 1.1.0 → 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.
Files changed (3) hide show
  1. package/README.md +2 -1
  2. package/commitfmt +0 -0
  3. 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
- You can use [rustexp](https://rustexp.lpil.uk) to test your pattern.
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 CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "commitfmt-darwin-x64",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Utility for formatting and verifying the commit message.",
5
5
  "preferUnplugged": false,
6
6
  "repository": {