Yet another changelog CLI tool.
Project description
Yaclog
Yet another changelog command line tool
Logo by Erin Cassidy
Installation
Install and update using pip:
$ pip install -U yaclog
Usage
For usage from the command line, yaclog provides the yaclog
command:
Usage: yaclog [OPTIONS] COMMAND [ARGS]...
Manipulate markdown changelog files.
Options:
--path FILE Location of the changelog file. [default: CHANGELOG.md]
--version Show the version and exit.
--help Show this message and exit.
Commands:
entry Add entries to the changelog.
format Reformat the changelog file.
init Create a new changelog file.
release Release versions.
show Show changes from the changelog file
tag Modify version tags
Example workflow
Create a new changelog:
$ yaclog init
Add some new entries to the "Added" section of the current unreleased version:
$ yaclog entry -b 'Introduced some more bugs'
$ yaclog entry -b 'Introduced some more features'
Show the current version:
$ yaclog show
Unreleased
- Introduced some more bugs
- Introduced some more features
Release the current version and make a git tag for it
$ yaclog release 0.0.1 -c
Renamed version "Unreleased" to "0.0.1".
Commit and create tag for version 0.0.1? [y/N]: y
Created commit a7b6789
Created tag "0.0.1".
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
yaclog-1.5.0.tar.gz
(87.6 kB
view details)
Built Distribution
yaclog-1.5.0-py3-none-any.whl
(20.3 kB
view details)
File details
Details for the file yaclog-1.5.0.tar.gz
.
File metadata
- Download URL: yaclog-1.5.0.tar.gz
- Upload date:
- Size: 87.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 21f068ffc02616b56171b8cbccd7408e1344de235377982097e44cfefb11cc9e |
|
MD5 | d9f0405eeaa8746f766e46971cae22b9 |
|
BLAKE2b-256 | 0f86acf86864d67739fa6785cfec340fc43cbf941871b2fcbf74efabe4a7156a |
File details
Details for the file yaclog-1.5.0-py3-none-any.whl
.
File metadata
- Download URL: yaclog-1.5.0-py3-none-any.whl
- Upload date:
- Size: 20.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19cd072d2c9efaf01d191a110ee5554e74ac3e22bc1a9c6a61b640091bd2cbc3 |
|
MD5 | 0baaab6eeb280bd868b8bab825c95761 |
|
BLAKE2b-256 | 01e1b883a32aadb1233fb1c367202900c93d3032fc05fdc5baaa09900dfaa03e |