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
- Build binaries for all configured platforms (Linux, macOS, Windows)
68
+
- Create archives and checksums
69
+
- Generate the Homebrew formula
70
+
- Skip publishing to GitHub
71
+
- Clean up previous build artifacts
72
+
73
+
For a full dry-run that also validates publishing (without actually publishing):
74
+
75
+
```bash
76
+
goreleaser release --snapshot --skip-publish
77
+
```
78
+
40
79
## Dependencies
41
80
42
81
This project uses the following Go packages:
@@ -47,6 +86,8 @@ This project uses the following Go packages:
47
86
48
87
## License
49
88
50
-
This project is currently private and has no license. It includes sample code from the Bubbles project.
89
+
This project is licensed under the MIT License. See [LICENSE](LICENSE) for details.
90
+
91
+
It includes sample code from the Bubbles project.
51
92
52
93
[Pomodoro](https://www.pomodorotechnique.com) is a trademark of Francesco Cirillo. The Pomodoro Technique is a time management method developed by Cirillo in the late 1980s.
0 commit comments