Skip to main content

check that changelog conforms to 'Keep A Changelog' style

Project description

check-changelog

pkg - version pkg - python versions pkg - license


check that changelog conforms to Keep A Changelog and Common Changelog styles.

Main fetaures:

  • check that changelog conforms to Keep A Changelog style

  • allow release notes. Add them between release header and change list (Common Changelog addition)

    ## [1.0.0] - 2023-05-05
    Release notes
    
    ### Added
     - add feature ...
    
  • allow custom footer to keep things from being verified. Useful for legal notes, text used by other scripts, html comments etc

    -----
    Linter will ignore this section.
    <!--- message for some script -->
    [my site]: http://mysite.com
    
  • gcc style error reports

    CHANGELOG.md:10: bad release title: [0.2.1]; expected '[Unreleased]' or '[ver] - YYYY-MM-DD'
    CHANGELOG.md:12: bad change type: Changed2; expected one of ['Added', 'Changed', ...]
    

Installation

pip install check-changelog

Alternatives

check-changelog is a minimalistic tool by design. It checks Changelog structure and does nothing else.

If you are looking for more, check python-kacl. It is feature-rich tool capable of linting, fixing errors and automating Changelog maintenance.

Development

See development doc

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

check_changelog-0.1.0-py3-none-any.whl (6.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page