Skip to content

Commit 7a99a40

Browse files
committed
Transport release notes via file
1 parent cd05b96 commit 7a99a40

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@ RUN --mount=target=.,readwrite \
7373
--mount=type=cache,target=/go/pkg/mod \
7474
--mount=type=cache,target=/root/.cache/go-build <<EOF
7575
glab auth login --hostname="${CI_SERVER_HOST}" --job-token="${CI_JOB_TOKEN}"
76+
bash scripts/release-notes-gitlab.sh >release-notes.md
7677
goreleaser healthcheck --config=.goreleaser-gitlab.yaml
77-
goreleaser release --config=.goreleaser-gitlab.yaml --release-notes <(bash scripts/release-notes-gitlab.sh)
78+
goreleaser release --config=.goreleaser-gitlab.yaml --release-notes=release-notes.md
7879
EOF
7980

8081
FROM base AS unit-test

0 commit comments

Comments
 (0)