Skip to content

Commit

Permalink
gen release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
woelper committed Feb 21, 2024
1 parent bffccf7 commit dc8046e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
release_id: ${{ steps.create_release.outputs.id }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- name: Install kokai
run: cargo install kokai
- name: Make changelog
Expand All @@ -31,7 +33,7 @@ jobs:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: true
body_path: changes
body_path: ./changes

build_job:
name: Build release
Expand Down

0 comments on commit dc8046e

Please sign in to comment.