diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a7689b6..69a3956 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,6 +12,6 @@ jobs: - name: Build run: docker compose run make zip - name: Release - run: gh release create ${{ github.ref }} knavi.zip --notes-from-tag + run: gh release create ${{ github.ref }} knavi.zip --notes-file changelog/${{ github.ref_name }}.md env: GH_TOKEN: ${{ github.token }} diff --git a/changelog/test4.md b/changelog/test4.md new file mode 100644 index 0000000..79c7155 --- /dev/null +++ b/changelog/test4.md @@ -0,0 +1,3 @@ +# test4 + +This is a description of test4.