Skip to content

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

Notifications You must be signed in to change notification settings

erglo/actions-recent-changelog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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 ## subheading and all lines between it and the next ## subheading or the end of the file. These lines will be written as-is to the provided output file.

Coincidentally, this will work with the keepachangelog format. It doesn't require that your changelog be compliant with the full specification, however.

Usage

    - uses: kemayo/actions-recent-changelog@v1
      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

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%