Skip to content

Cat notes

Cat notes #1

Workflow file for this run

on:
push:
branches:
- *

Check failure on line 4 in .github/workflows/notes.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/notes.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Extract release notes
uses: ffurrer2/extract-release-notes@v2
with:
changelog_file: src/docs/changes/README.md
release_notes_file: RELEASE_NOTES.md
- name: Print
run: cat RELEASE_NOTES.md