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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cl_keeper-0.0.1.tar.gz.
File metadata
- Download URL: cl_keeper-0.0.1.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e71d16ed85004e1689e123a7d85cd8f955ea4fa1951bdc49a59da25ee4f6963
|
|
| MD5 |
b59ab36db0f33e0f01840bd3dc19033b
|
|
| BLAKE2b-256 |
d4f7097ff4922a9de1e7f4aca2bcdc2767266adf192d8d8b39fc1d22924b97c6
|
File details
Details for the file cl_keeper-0.0.1-py3-none-any.whl.
File metadata
- Download URL: cl_keeper-0.0.1-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a514e413b1139bdbdc00186e563146b7f3f655190b9cc6fd701f19cd22c72a07
|
|
| MD5 |
a14ce63660e5b65983915dd88cb9259d
|
|
| BLAKE2b-256 |
b817e5cdbe49a991cf0f7361acb638ef51ea057ce4e30844b771813172f56652
|