Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metwork-framework/git_history_to_changelog
yet another tool to generate a changelog from git history (with conventional commit spec)
https://github.com/metwork-framework/git_history_to_changelog
autoreadme github-actions integration-level-3
Last synced: about 1 month ago
JSON representation
yet another tool to generate a changelog from git history (with conventional commit spec)
- Host: GitHub
- URL: https://github.com/metwork-framework/git_history_to_changelog
- Owner: metwork-framework
- License: bsd-3-clause
- Created: 2020-12-14T12:44:08.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-08T10:58:25.000Z (3 months ago)
- Last Synced: 2024-10-21T15:39:50.509Z (2 months ago)
- Topics: autoreadme, github-actions, integration-level-3
- Language: Python
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# git_history_to_changelog
[//]: # (automatically generated from https://github.com/metwork-framework/github_organization_management/blob/master/common_files/README.md)
**Status (master branch)**
[![GitHub CI](https://github.com/metwork-framework/git_history_to_changelog/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/metwork-framework/git_history_to_changelog/actions?query=workflow%3ACI+branch%3Amaster)
[![Maintenance](https://raw.githubusercontent.com/metwork-framework/resources/master/badges/maintained.svg)](https://github.com/metwork-framework/resources/blob/master/badges/maintained.svg)## What is it?
**GHTC** (**G**it **H**istory **T**o **C**hangelog) is yet another tool to generate a
changelog from git history (with [conventional commit spec](https://www.conventionalcommits.org/)).## Why another tool?
Just because we didn't find an existing tool matching our needs.
## How to use it?
```console
Usage: ghtc [OPTIONS] REPO_ROOTArguments:
REPO_ROOT the fullpath to the git repository [required]Options:
--tags-regex TEXT regex to select tags to show on changelog
[default: ^v[0-9]]--starting-rev TEXT starting revision (if not set
ghtc_changelog_start tag if exists, else
first git commit)--remove-duplicates-entries / --no-remove-duplicates-entries
if True, remove duplicate entries [default:
True]--unreleased / --no-unreleased if True, add a section about unreleased
changes [default: True]--include-type TEXT include (only) given conventional types in
changelog (can be used multiple times, all
types by default), available types: other,
build, chore, style, ci, refactor, test,
docs, perf, fix, feat [default: ]--title TEXT [default: CHANGELOG]
--unreleased-title TEXT [default: [Unreleased]]
--help Show this message and exit.
```The generated CHANGELOG is sent to standard output.
## Contributing guide
See [CONTRIBUTING.md](CONTRIBUTING.md) file.
## Code of Conduct
See [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) file.
## Sponsors
*(If you are officially paid to work on MetWork Framework, please contact us to add your company logo here!)*
[![logo](https://raw.githubusercontent.com/metwork-framework/resources/master/sponsors/meteofrance-small.jpeg)](http://www.meteofrance.com)