Skip to content

Commit

Permalink
Add changelog to release
Browse files Browse the repository at this point in the history
  • Loading branch information
woelper committed Dec 14, 2023
1 parent b4db9a6 commit cca4a44
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
release_id: ${{ steps.create_release.outputs.id }}
steps:
- name: Install kokai
run: cargo install kokai
- name: Make changelog
run: kokai release --ref ${{ github.ref }} > changes
- name: Create release
id: create_release
uses: actions/create-release@v1
Expand All @@ -26,6 +30,7 @@ jobs:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: true
body_path: changes

build_job:
name: Build release
Expand Down

0 comments on commit cca4a44

Please sign in to comment.