https://github.com/doronz88/pychangelog2
Simple tool for creating changelogs
https://github.com/doronz88/pychangelog2
git github python3
Last synced: 10 months ago
JSON representation
Simple tool for creating changelogs
- Host: GitHub
- URL: https://github.com/doronz88/pychangelog2
- Owner: doronz88
- License: gpl-3.0
- Created: 2021-10-28T13:44:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-04T11:27:05.000Z (over 2 years ago)
- Last Synced: 2025-04-02T23:07:35.888Z (about 1 year ago)
- Topics: git, github, python3
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description
Simple utility for quickly generating changelogs, assuming your commits are ordered as they should be. This tool will
simply log all latest commits till last created tag.
# Installation
```shell
python3 -m pip install --user -U pychangelog2
```
# Example
```
➜ pychangelog2 git:(master) ✗ pychangelog2
* b1682a0ba253f21a91fabb4d02b9a6d0ec177f7b git: add .idea to .gitignore
* d499ab0f39688e371287ccf3dfc67366e0f70a48 cli: lockdown: add device-name subcommand
* 03f0bee3219fc30aa4f3b378420f5a807eda13b9 requirements: pyusb>=1.2.1
* 7456890e51244e014352a01a9670c35368a68c56 Bugfix: AFC: Pull, push, cd and completion
* d84f3d19f4db5499f0cdcf09bc1b993a96ea1cb0 Replace distutils.LooseVersion with packaging.Version.
```