Skip to content

Test new writing

Test new writing #8

Workflow file for this run

on:
push:
branches:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Extract release notes
uses: ffurrer2/extract-release-notes@v2
with:
changelog_file: ./src/CHANGELOG.md
release_notes_file: RELEASE_NOTES.md
- name: Print
run: |
echo "Release notes:" > NEW.md
cat RELEASE_NOTES.md
cat NEW.md