We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9149f3c commit f815d50Copy full SHA for f815d50
.goreleaser.yml
@@ -13,6 +13,17 @@ builds:
13
- amd64
14
- arm64
15
16
+release:
17
+ github:
18
+ owner: DocPlanner
19
+ name: github-flow-manager
20
+ footer: |
21
+ ## Docker Images
22
+ - `docplanner/github-flow-manager:{{ trimprefix .Tag "v" }}`
23
+ - `docplanner/github-flow-manager:latest`
24
+ - `ghcr.io/docplanner/github-flow-manager:{{ trimprefix .Tag "v" }}`
25
+ - `ghcr.io/docplanner/github-flow-manager:latest
26
+
27
archives:
28
- format_overrides:
29
- goos: windows
0 commit comments