Skip to content

Fix changelogs that only contain one version #7

Fix changelogs that only contain one version

Fix changelogs that only contain one version #7

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: kemayo/actions-recent-changelog@main
with:
input: test/changelog.md
output: test/recent.md
- name: Output recent changes
run: cat test/recent.md