Pingumania / actions-recent-changelog

A GitHub Action for generating a "recent changes" file from a large manually-curated changelog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

actions-recent-changelog

A GitHub Action for generating a "recent changes" file from a larger manually-curated changelog

Behavior

The action expects to be provided with a markdown file. It will extract the first Addon | XX. and all lines between it and the next Addon | XX. or the end of the file. These lines will be written as-is to the provided output file.

Usage

    - uses: Pingumania/actions-recent-changelog@main
      with:
        input: CHANGELOG.md
        output: RECENT_CHANGES.md

About

A GitHub Action for generating a "recent changes" file from a large manually-curated changelog


Languages

Language:Python 100.0%