commitfmt 1.0.2__py3-none-any.whl → 1.0.4__py3-none-any.whl
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.
- {commitfmt-1.0.2.dist-info → commitfmt-1.0.4.dist-info}/METADATA +8 -2
- commitfmt-1.0.4.dist-info/RECORD +8 -0
- commitfmt-1.0.2.dist-info/RECORD +0 -8
- {commitfmt-1.0.2.dist-info → commitfmt-1.0.4.dist-info}/WHEEL +0 -0
- {commitfmt-1.0.2.dist-info → commitfmt-1.0.4.dist-info}/entry_points.txt +0 -0
- {commitfmt-1.0.2.dist-info → commitfmt-1.0.4.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: commitfmt
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.4
|
|
4
4
|
Summary: Utility for formatting and verifying the commit message.
|
|
5
5
|
Author-email: Mikhael Khrustik <misha@myrt.co>
|
|
6
6
|
License: MIT
|
|
@@ -328,7 +328,7 @@ To enforce conventional commits, you can use the following configuration:
|
|
|
328
328
|
|
|
329
329
|
```toml
|
|
330
330
|
[lint.header]
|
|
331
|
-
type-enum = ["chore", "ci", "feat", "fix", "refactor", "style", "test", "docs"]
|
|
331
|
+
type-enum = ["chore", "ci", "feat", "fix", "refactor", "style", "test", "docs", "revert"]
|
|
332
332
|
description-case = "lower-first"
|
|
333
333
|
description-max-length = 72
|
|
334
334
|
description-full-stop = true
|
|
@@ -362,3 +362,9 @@ commitfmt --from HEAD~20
|
|
|
362
362
|
# or
|
|
363
363
|
commitfmt --from 1234567890 --to 1234567890
|
|
364
364
|
```
|
|
365
|
+
|
|
366
|
+
## Ignoring commits
|
|
367
|
+
|
|
368
|
+
commitfmt ignores commit messages that start with `Merge` or `Revert` to avoid breaking standard git processes.
|
|
369
|
+
|
|
370
|
+
This happens both when formatting a single commit and when linting a history.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
commitfmt/__init__.py,sha256=XbqA09CGurplp5_c9PpHKvYDGevnhBjtUoYClkU9TCU,32
|
|
2
|
+
commitfmt/__main__.py,sha256=oYv9CGhyxv4OJDAo8jY-vH3WZ9y6IBt9FAVMIDdGARs,353
|
|
3
|
+
commitfmt/commitfmt.py,sha256=4D-ifjc3kqn_wGGZCUFgp5HKGZ5UmU6qnJahwx7HopI,995
|
|
4
|
+
commitfmt-1.0.4.dist-info/METADATA,sha256=mMG6ptPAt5qaqizJ3MSryAG3f0W3zUinXyaLJPp7iyk,10444
|
|
5
|
+
commitfmt-1.0.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
6
|
+
commitfmt-1.0.4.dist-info/entry_points.txt,sha256=WbaxVY_kl8rYTrC2jtjP0U5x6gB0Q6CF5V2YKMrXQfc,54
|
|
7
|
+
commitfmt-1.0.4.dist-info/top_level.txt,sha256=YDzuLgcXgStEzOmg2c7IQZIpsye34U2vKCIheKEvyjg,10
|
|
8
|
+
commitfmt-1.0.4.dist-info/RECORD,,
|
commitfmt-1.0.2.dist-info/RECORD
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
commitfmt/__init__.py,sha256=XbqA09CGurplp5_c9PpHKvYDGevnhBjtUoYClkU9TCU,32
|
|
2
|
-
commitfmt/__main__.py,sha256=oYv9CGhyxv4OJDAo8jY-vH3WZ9y6IBt9FAVMIDdGARs,353
|
|
3
|
-
commitfmt/commitfmt.py,sha256=4D-ifjc3kqn_wGGZCUFgp5HKGZ5UmU6qnJahwx7HopI,995
|
|
4
|
-
commitfmt-1.0.2.dist-info/METADATA,sha256=qZRuhkDNO3t0BUKGz1zjzMEf6Oj40vGRy0C6X4uIIyE,10221
|
|
5
|
-
commitfmt-1.0.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
6
|
-
commitfmt-1.0.2.dist-info/entry_points.txt,sha256=WbaxVY_kl8rYTrC2jtjP0U5x6gB0Q6CF5V2YKMrXQfc,54
|
|
7
|
-
commitfmt-1.0.2.dist-info/top_level.txt,sha256=YDzuLgcXgStEzOmg2c7IQZIpsye34U2vKCIheKEvyjg,10
|
|
8
|
-
commitfmt-1.0.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|