Skip to content

Commit

Permalink
refactor(releases): remove git-cliff (#4131)
Browse files Browse the repository at this point in the history
  • Loading branch information
breathx authored Aug 8, 2024
1 parent 47047dc commit 0f0d773
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 95 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,7 @@ env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}

jobs:
changelog:
name: Generate changelog
runs-on: [ kuberunner ]
outputs:
release_body: ${{ steps.git-cliff.outputs.content }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Generate a changelog
uses: orhun/git-cliff-action@v3
id: git-cliff
with:
config: cliff.toml
args: -vv --latest --strip header
env:
OUTPUT: CHANGES.md

build:
needs: changelog
runs-on: [ kuberunner ]
steps:
- name: "Actions: Checkout"
Expand Down Expand Up @@ -92,7 +71,4 @@ jobs:
- name: Publish
uses: softprops/action-gh-release@v2
with:
body: ${{ needs.changelog.outputs.release_body }}
files: artifact/*
tag_name: ${{ steps.version.outputs.VERSION }}
draft: true
71 changes: 0 additions & 71 deletions cliff.toml

This file was deleted.

0 comments on commit 0f0d773

Please sign in to comment.