Simple git changelog file generator
Project description
simple-git-changelog
simple-git-changelog is a command-line tool for creating and updating a git project's changelog file.
To create your project's changelog file, run simple-git-changelog in your project's root directory:
$ simple-git-changelog
By default, the "CHANGELOG.md" file is created with your project's changes. For example:
# Changelog
## 2021-04-30
- [abcdf0](https://github.com/username/project-name/commit/abcdf0) most recent change
- [abcdef](https://github.com/username/project-name/commit/abcdef) previous change
Edit "CHANGELOG.md" as appropriate and commit. To update your changelog file later, simply run simple-git-changelog again. Change items for new git changes are added to the top of the changelog:
# MyProject Changelog
## 2021-05-01
- [abcdf1](https://github.com/username/project-name/commit/abcdf1) one more thing
## 2021-04-30
- [abcdf0](https://github.com/username/project-name/commit/abcdf0) most recent change
- [abcdef](https://github.com/username/project-name/commit/abcdef) previous change
Usage
usage: simple-git-changelog [-h] [-o FILE]
options:
-h, --help show this help message and exit
-o FILE specify the change log file (default is "CHANGELOG.md")
Development
This project is developed using python-build. It was started using python-template as follows:
template-specialize python-template/template/ simple-git-changelog/ -k package simple-git-changelog -k name 'Craig A. Hobbs' -k email 'craigahobbs@gmail.com' -k github 'craigahobbs' -k noapi 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
Built Distribution
Close
Hashes for simple-git-changelog-1.1.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab9903bec807d1b13bb821fec1da0b6246565a4b55331ffd6c904e0ef09e1964 |
|
MD5 | f3be0ba4ad4a6178fa2f046705bab42f |
|
BLAKE2b-256 | 20e1270db4f34f22fd57be59384dc8c08dc11163f255f6862ad78e99b3eb797b |
Close
Hashes for simple_git_changelog-1.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d95abb371de3a284469e523112d95392c283d649c8dc9b88d329ac55e7245a66 |
|
MD5 | 802c563fe018f0d488881384331f9ec5 |
|
BLAKE2b-256 | 38f1d0a759308345557ebedac7edd073b19262ab4618285db2e6cce3362dd033 |