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: codebook/edge-cases/TASK_VERSION_DIFF_SKIPPING.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@
5
5
When creating a task with `codebook task new`, files containing only version changes (like `codebook.version` updates) would create noise in the task output:
6
6
7
7
```diff
8
-
-Rendered by CodeBook [`v0.1.1-2-g73f4032`](codebook:codebook.version)
9
-
+Rendered by CodeBook [`v0.1.1-2-g73f4032`](codebook:codebook.version)
8
+
-Rendered by CodeBook [`v0.1.1-3-g42c6e43`](codebook:codebook.version)
9
+
+Rendered by CodeBook [`v0.1.1-3-g42c6e43`](codebook:codebook.version)
10
10
```
11
11
12
12
These diffs provide no useful information for the task.
@@ -33,8 +33,8 @@ A diff is considered "version-only" if:
33
33
--- a/README.md
34
34
+++ b/README.md
35
35
@@ -1,3 +1,3 @@
36
-
-Rendered by CodeBook [`v0.1.1-2-g73f4032`](codebook:codebook.version)
37
-
+Rendered by CodeBook [`v0.1.1-2-g73f4032`](codebook:codebook.version)
36
+
-Rendered by CodeBook [`v0.1.1-3-g42c6e43`](codebook:codebook.version)
37
+
+Rendered by CodeBook [`v0.1.1-3-g42c6e43`](codebook:codebook.version)
38
38
```
39
39
40
40
This file would be **skipped** from the task.
@@ -50,8 +50,8 @@ This file would be **skipped** from the task.
50
50
+## New Section
51
51
+Added new content here.
52
52
+
53
-
-Rendered by CodeBook [`v0.1.1-2-g73f4032`](codebook:codebook.version)
54
-
+Rendered by CodeBook [`v0.1.1-2-g73f4032`](codebook:codebook.version)
53
+
-Rendered by CodeBook [`v0.1.1-3-g42c6e43`](codebook:codebook.version)
54
+
+Rendered by CodeBook [`v0.1.1-3-g42c6e43`](codebook:codebook.version)
55
55
```
56
56
57
57
This file would be **included** because it has non-version changes.
0 commit comments