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 35e023e commit 0d6eae8Copy full SHA for 0d6eae8
.circleci/config.yml
@@ -153,7 +153,7 @@ jobs:
153
- run: apk add --no-cache bash
154
- run:
155
name: Create Release
156
- command: gh release create "$(./do version)" -R "CircleCI-Public/circleci-server-monitoring-reference"
+ command: gh release create "$(./do version)" --generate-notes -R "CircleCI-Public/circleci-server-monitoring-reference"
157
- notify_failing_main
158
159
smoke-tests:
0 commit comments