Skip to content

Commit

Permalink
Copy changelog to root
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Aug 8, 2024
1 parent 3f68d54 commit 35d859b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Copy changelog to root
# Can't use this path directly for ffurrer2/extract-release-notes, seems there is a bug.
run: cp ./src/docs/changes/README.md ./CHANGELOG.md
- name: Extract release notes
uses: ffurrer2/extract-release-notes@v2
with:
changelog_file: ./src/README.md
changelog_file: CHANGELOG.md
release_notes_file: RELEASE_NOTES.md
- name: Print
run: cat RELEASE_NOTES.md

0 comments on commit 35d859b

Please sign in to comment.