Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinAbro321 committed Mar 13, 2024
1 parent 0c270a9 commit c0e4f06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
fi
- name: generate release notes
run: git cliff --unreleased --include-path "${{ github.event.inputs.packageName }}/*" > notes.txt
# run: git cliff --unreleased --include-path "${{ github.event.inputs.packageName }}/*" > notes.txt
run: echo "release notes" > notes.txt

- name: Release
run: |
Expand Down

0 comments on commit c0e4f06

Please sign in to comment.