Skip to main content

A CLI tool for keeping your changelogs tidy

Project description

ChangeLog Keeper

A CLI tool that helps you with maintaining CHANGELOG.md using keep a changelog format.

Resources

GitHub action quickstart

Use taminomara/cl-keeper@v1 to parse a change log. It takes git tag (parameter version) and returns text and other release info. See details in documentation.

Example:

name: Create a release
  on:
    push:
      tags:
        - 'v*'
jobs:
  release:
    - name: Checkout source
      uses: actions/checkout@v4
    - id: changelog
      name: Parse Changelog
      uses: taminomara/cl-keeper@v1
      with:
        version: ${{ github.ref }}
    - name: Create GitHub release
      uses: softprops/action-gh-release@v2
      with:
        prerelease: ${{ fromJSON(steps.changelog.outputs.is-pre-release) }}
        draft: ${{ fromJSON(steps.changelog.outputs.is-unreleased) }}
        body: |
          ## Changelog

          ${{ steps.changelog.outputs.text }}

Installation

Install via pipx:

pipx install cl-keeper

Project details


Download files

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

Source Distribution

cl_keeper-1.0.0.tar.gz (115.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cl_keeper-1.0.0-py3-none-any.whl (42.2 kB view details)

Uploaded Python 3

File details

Details for the file cl_keeper-1.0.0.tar.gz.

File metadata

  • Download URL: cl_keeper-1.0.0.tar.gz
  • Upload date:
  • Size: 115.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cl_keeper-1.0.0.tar.gz
Algorithm Hash digest
SHA256 7f98151b15ccd05fdc9a30565562476605625dd66f506969f23b4869c7de9557
MD5 d3b41e66d5bc3f514b46f85de80778e0
BLAKE2b-256 938ef989a54f178d9a8575b610fdc4964a768cd7f14bc651e8167d157ead6349

See more details on using hashes here.

File details

Details for the file cl_keeper-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: cl_keeper-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 42.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cl_keeper-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6034030e6ffb0f246bd27fd4ccf07cb0d517491f7865eefc25589f522887e590
MD5 6b6f14a3917827b1e61ead35cef83082
BLAKE2b-256 4620767816208a164b5279cd593d599699b99096af7b32fece033d2bd9eac824

See more details on using hashes here.

Supported by

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