Skip to content

Commit 0d6eae8

Browse files
Fix gh release create command (#23)
It requires a notes option, or else it'll hang indefinitely
1 parent 35e023e commit 0d6eae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
- run: apk add --no-cache bash
154154
- run:
155155
name: Create Release
156-
command: gh release create "$(./do version)" -R "CircleCI-Public/circleci-server-monitoring-reference"
156+
command: gh release create "$(./do version)" --generate-notes -R "CircleCI-Public/circleci-server-monitoring-reference"
157157
- notify_failing_main
158158

159159
smoke-tests:

0 commit comments

Comments
 (0)