8000 GitHub - Pingumania/actions-recent-changelog: A GitHub Action for generating a "recent changes" file from a large manually-curated changelog
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Pingumania/actions-recent-changelog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%
0