Skip to content

Move changes

Move changes #6

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/README.md
release_notes_file: RELEASE_NOTES.md
- name: Print
run: cat RELEASE_NOTES.md