Skip to content

Commit f815d50

Browse files
authored
fix: add release configuration (#26)
1 parent 9149f3c commit f815d50

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.goreleaser.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@ builds:
1313
- amd64
1414
- arm64
1515

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+
1627
archives:
1728
- format_overrides:
1829
- goos: windows

0 commit comments

Comments
 (0)