We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b99047 commit fd1af77Copy full SHA for fd1af77
.github/workflows/release.yml
@@ -1,4 +1,4 @@
1
-name: release
+name: Release
2
3
on:
4
push:
.goreleaser.yaml
@@ -85,6 +85,7 @@ changelog:
85
- '^docs:'
86
- '^test:'
87
- '^chore:'
88
+ - '^feat(deps):'
89
dockers:
90
- image_templates:
91
- "ghcr.io/{{.ProjectName}}/koord-manager:{{ .Version }}"
0 commit comments