-
-
Notifications
You must be signed in to change notification settings - Fork 344
Expand file tree
/
Copy pathinit.tape
More file actions
69 lines (55 loc) · 1.46 KB
/
Copy pathinit.tape
File metadata and controls
69 lines (55 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Output cli_interactive/init.gif
Source shared/base.tape
# Clear the screen to start fresh
Type "clear"
Enter
Sleep 500ms
# Show commands from here
Show
# Now run cz init in the clean environment
Type "cz init"
Sleep 500ms
Enter
# Q1: Please choose a supported config file
# Default is .cz.toml, just press Enter
Wait+Screen /Please choose a supported config/
Sleep 500ms
Enter
# Q2: Please choose a cz (commit rule)
# Default is cz_conventional_commits, just press Enter
Wait+Screen /Please choose a cz/
Sleep 500ms
Enter
# Q3: Choose the source of the version
# Default is "commitizen", just press Enter
Wait+Screen /Choose the source of the version/
Sleep 500ms
Enter
# Q4: Choose version scheme
# Default is semver, just press Enter
Wait+Screen /Choose version scheme/
Sleep 500ms
Enter
# Q5: Please enter the correct version format
# Default is "$version", just press Enter
Wait+Screen /Please enter the correct version format/
Sleep 500ms
Enter
# Q6: Create changelog automatically on bump
# Default is Yes, just press Enter
Wait+Screen /Create changelog automatically on bump/
Sleep 500ms
Enter
# Q7: Keep major version zero (0.x) during breaking changes
# Default is Yes, just press Enter
Wait+Screen /Keep major version zero/
Sleep 500ms
Enter
# Q8: What types of pre-commit hook you want to install?
# Default is [], just press Enter to accept
Wait+Screen /types of pre-commit hook/
Sleep 500ms
Enter
# Wait for completion message
Sleep 2s
Source shared/cleanup.tape