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-0.0.0b6.tar.gz (65.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-0.0.0b6-py3-none-any.whl (40.5 kB view details)

Uploaded Python 3

File details

Details for the file cl_keeper-0.0.0b6.tar.gz.

File metadata

  • Download URL: cl_keeper-0.0.0b6.tar.gz
  • Upload date:
  • Size: 65.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-0.0.0b6.tar.gz
Algorithm Hash digest
SHA256 545f3ed92739229dcfc1278181d9cb28b1f8638817f5acae6d9f14d470aae657
MD5 f6b7f0800c021533bc5e94125286a55b
BLAKE2b-256 cc1151ad44c86525c08c1a375077d99af9b40d40595f9a575755af9841e0d0af

See more details on using hashes here.

File details

Details for the file cl_keeper-0.0.0b6-py3-none-any.whl.

File metadata

  • Download URL: cl_keeper-0.0.0b6-py3-none-any.whl
  • Upload date:
  • Size: 40.5 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-0.0.0b6-py3-none-any.whl
Algorithm Hash digest
SHA256 0a75bd7accb81e589a386890152ab5da14de8529faa75dca26e3b572af42793b
MD5 e04c36ecb122e83b2fe5929029ebe378
BLAKE2b-256 a2a44df08c7e4fb07b0b4c20c519e69a02b8093c9c08982b9e182b82c0762b01

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