-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoreleaser.tape
63 lines (51 loc) · 1.13 KB
/
goreleaser.tape
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
Output goreleaser.gif
# Output goreleaser.mp4
# Output goreleaser.webm
Set FontSize 14
Set Width 800
Set Height 600
Set WindowBar Colorful
Set BorderRadius 10
# Set FontFamily "Hack"
Hide
Type "export PATH=/home/carlos/.nix-profile/bin:$PATH; clear"
Enter
Show
# Hide
# Type "gh release delete v1.1.0 -y; git nuke v1.1.0; clear"
# Enter
# Sleep 2s
# Show
Type "# GoReleaser is a release automation tool!"
Sleep 150ms
Enter 2
Type "# Let's release an example project with it, shall we?"
Sleep 150ms
Enter 3
Type "# First, let's create a new tag:"
Sleep 150ms
Enter
Type "git tag v1.1.0 -m release"
Enter
Sleep 150ms
Enter 3
Type "# Now, let's be sure we have GoReleaser installed:"
Sleep 100ms
Enter
Type "goreleaser --version"
Enter
Sleep 250ms
Enter 2
Type "# Finally, we need to run GoReleaser:"
Sleep 150ms
Enter
Type "goreleaser release --clean"
Enter
Sleep 10s
Enter 3
Type "# That's it! Our release is now available at https://github.com/goreleaser/example-simple/releases/tag/v1.1.0"
Sleep 150ms
Enter 2
Type "# 👉 You can learn about GoReleaser, find social profiles, Discord server and more at https://goreleaser.com"
Enter 2
Sleep 2000ms