Skip to content

Commit eb5e1fe

Browse files
tags
1 parent f2b274b commit eb5e1fe

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.goreleaser.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
version: 2
1010
project_name: harbor-satellite
1111

12+
git:
13+
ignore_tags:
14+
- "*-ground-control"
1215
builds:
1316
- main: "./main.go"
1417
binary: "{{ .Env.APP_NAME }}"

ground-control/.goreleaser.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
version: 2
1010
project_name: ground-control
1111

12+
git:
13+
ignore_tags:
14+
- "*-satellite"
15+
1216
builds:
1317
- main: "./main.go"
1418
binary: "{{ .Env.APP_NAME }}"

0 commit comments

Comments
 (0)