Skip to content

dcermak/release-notes-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

release-notes-scraper

This simple script can be used to grab the release notes for projects from github that do not keep a CHANGELOG, but publish their release notes via the releases page.

Prerequisites

You will need the following tools:

Additionally, you have to clone this repository and initialize poetry:

git clone https://github.com/dcermak/release-notes-scraper.gitpoetry install

Usage

To grab the changelog of a the project octocat/foobar, run:

poetry run ./release-notes-scraper.py octocat foobar
1.0.5

- We did cool stuff!

You can also specify the maximum version to be included in the output via the CLI flag --max-version and the minimum version that should not be included (i.e. the next release after $min_version will be present) in the output via the CLI flag --min-version:

poetry run ./release-notes-scraper.py octocat foobar --min-version 1.0.5

About

Grab the changelog from releases on Github

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages