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/development/advanced/file-changes.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
-
# Changes
1
+
# File changes
2
2
3
3
Describe how files changed.
4
4
5
5
6
-
## Git
6
+
## Git CLI
7
7
8
8
See `DESCRIPTION` enum in the [constants.ts][] module. This is a description of _how_ a file changed - it will sometimes be used in generated description as the [Conventional Commits][] doc.
9
9
@@ -54,7 +54,6 @@ From [git-diff-index][]:
54
54
55
55
Note this extension does not care about the last 3 kinds.
56
56
57
-
58
57
### Create note
59
58
60
59
For the `A` key of the enum, `create` was used as more natural form than `add` or `addition`.
0 commit comments