mirror of
https://github.com/drewcassidy/yaclog.git
synced 2024-09-01 14:58:58 +00:00
31 lines
544 B
Markdown
31 lines
544 B
Markdown
|
# Yaclog: Yet Another Command Line Changelog Tool
|
||
|
|
||
|
Yaclog is a python library and command line tool to make it easier to keep track of changes to your projects.
|
||
|
It includes commands for appending new changes to a markdown changelog file, as well as releasing new versions
|
||
|
for deployment via git tags.
|
||
|
|
||
|
```{toctree}
|
||
|
---
|
||
|
maxdepth: 2
|
||
|
caption: Contents
|
||
|
---
|
||
|
|
||
|
handbook/index
|
||
|
reference/index
|
||
|
```
|
||
|
|
||
|
```{toctree}
|
||
|
---
|
||
|
maxdepth: 1
|
||
|
---
|
||
|
|
||
|
Changelog <changelog>
|
||
|
License <license>
|
||
|
```
|
||
|
|
||
|
## Indices and tables
|
||
|
|
||
|
* {ref}`genindex`
|
||
|
* {ref}`modindex`
|
||
|
* {ref}`search`
|