summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorVadim Gusev <vadim.gusev@codefresh.io>2024-08-12 13:48:02 +0300
committerGitHub <noreply@github.com>2024-08-12 10:48:02 +0000
commit65698c5ebfb97784c02096e256f1a2f6b0d5304e (patch)
tree09842d1570a4b5ca06ce7fdf8a64315dc42f3083 /.github
parent2ca710c8d1ab2007653fcf2abe21436fc2df0df1 (diff)
chore(release): disable changelog generation (#826)
Signed-off-by: Vadim Gusev <vadim.gusev@codefresh.io>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/create-release-draft.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/create-release-draft.yaml b/.github/workflows/create-release-draft.yaml
index d7c24fa..eb35d62 100644
--- a/.github/workflows/create-release-draft.yaml
+++ b/.github/workflows/create-release-draft.yaml
@@ -54,6 +54,5 @@ jobs:
gh release create "v${{ steps.version.outputs.version }}" \
--title "v${{ steps.version.outputs.version }}" \
--target "${{ github.base_ref }}" \
- --generate-notes \
--draft \
dist/release/*