Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Git Extras | 16,486 | 4 days ago | 1 | February 27, 2018 | 109 | mit | Shell | |||
GIT utilities -- repo summary, repl, changelog population, author commit percentages and more | ||||||||||
Cz Cli | 15,813 | 13,219 | 19,009 | 23 days ago | 81 | January 19, 2023 | 188 | mit | JavaScript | |
The commitizen command line utility. #BlackLivesMatter | ||||||||||
Standard Version | 7,371 | 15,657 | 20,030 | 12 days ago | 42 | May 15, 2022 | 306 | isc | JavaScript | |
:trophy: Automate versioning and CHANGELOG generation, with semver.org and conventionalcommits.org | ||||||||||
Conventional Changelog | 7,351 | 9,898 | 7,486 | a day ago | 66 | September 08, 2023 | 246 | isc | JavaScript | |
Generate changelogs and release notes from a project's commit messages and metadata. | ||||||||||
Release It | 7,090 | 4,816 | 14,440 | 9 days ago | 384 | November 11, 2023 | 23 | mit | JavaScript | |
🚀 Automate versioning and package publishing | ||||||||||
Posh Git | 7,021 | 3 | 4 months ago | 2 | January 01, 1900 | 88 | mit | PowerShell | ||
A PowerShell environment for Git | ||||||||||
Git Cliff | 6,321 | 12 | a day ago | 9 | October 29, 2023 | 32 | apache-2.0 | Rust | ||
A highly customizable Changelog Generator that follows Conventional Commit specifications ⛰️ | ||||||||||
Git Quick Stats | 5,955 | 10 days ago | 1 | February 27, 2018 | 17 | mit | Shell | |||
▁▅▆▃▅ Git quick statistics is a simple and efficient way to access various statistics in git repository. | ||||||||||
Keep A Changelog | 5,817 | a day ago | 34 | mit | Haml | |||||
If you build software, keep a changelog. | ||||||||||
Git Chglog | 2,546 | 1 | 115 | 12 days ago | 39 | February 15, 2023 | 99 | mit | Go | |
CHANGELOG generator implemented in Go (Golang). |
Dont let your friends dump git logs into changelogs
This repository generates https://keepachangelog.com/.
gem install bundler
)git clone https://github.com/olivierlacan/keep-a-changelog.git
cd keep-a-changelog
bundle install
bin/rake serve
starts a local development server at http://localhost:4567
which will reload with any local file changesbin/rake build
runs middleman build with --verbose
flag so build errors are
logged for easier debuggingbin/rake clean
can clean a corrupted build/
directory in
case publish
failedbin/rake publish
builds and pushes to the gh-pages
branch on GitHub so
the site is deployed to keepachangelog.comCreate a new directory in source/
named after the ISO 639-1 code
for the language you wish to translate Keep a Changelog to. For example,
assuming you want to translate to French Canadian:
source/fr-CA
directory.source/en/1.0.0/index.html.haml
file in source/fr-CA
.source/fr-CA/1.0.0/index.html.haml
until your translation is ready.It may take some time to review your submitted Pull Request. Try to involve a few native speakers of the language you're translating to in the Pull Request comments. They'll help review your translation for simple mistakes and give us a better idea of whether your translation is accurate.
Please do contribute! Issues and pull requests are welcome.
Thank you for your help improving software one changelog at a time!