Skip to content

Commit

Permalink
Test new writing
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Aug 8, 2024
1 parent 509566b commit 27d476a
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
@@ -13,4 +13,7 @@ jobs:
changelog_file: ./src/CHANGELOG.md
release_notes_file: RELEASE_NOTES.md
- name: Print
run: cat RELEASE_NOTES.md
run: |
echo "Release notes:" > NEW.md
cat RELEASE_NOTES.md
cat NEW.md

0 comments on commit 27d476a

Please sign in to comment.