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: .goreleaser.yaml
+11-7Lines changed: 11 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -26,12 +26,6 @@ archives:
26
26
- goos: windows
27
27
formats: [zip]
28
28
29
-
changelog:
30
-
sort: asc
31
-
filters:
32
-
exclude:
33
-
- "^docs:"
34
-
- "^test:"
35
29
36
30
checksum:
37
31
name_template: "checksums.txt"
@@ -40,7 +34,17 @@ snapshot:
40
34
version_template: "{{ .Tag }}-next"
41
35
42
36
release:
43
-
37
+
header: |
38
+
## Major Feature Update with Graft 🚀
39
+
40
+
This release introduces significant enhancements to Graft, moving from basic local-to-server deployments to a more robust CI/CD-driven workflow using GitHub Actions and our new `graft-hook` service.
41
+
42
+
### Key Highlights:
43
+
1. **Git Remote Modes**: Move away from direct local-to-server channels. Deployments now go through GitHub Workflows and CI/CD channels.
44
+
2. **Graft-Hook**: A new webhook service personalized specifically for Graft-based servers, maintaining a zero-config solution with proper security.
45
+
3. **Automated GitHub Workflows**: Graft now generates production-ready workflows automatically from your `graft-compose.yml` context.
46
+
4. **Enhanced Monitoring**: Easy CLI-based monitoring for `graft-hook`, including real-time build error logs.
47
+
5. **Bug Fixes & UX**: Numerous performance improvements and user experience refinements.
44
48
footer: |
45
49
---
46
50
Released by **skssmd** using [GoReleaser](https://github.com/goreleaser/goreleaser).
0 commit comments