All Projects β†’ barelyhuman β†’ commitlog

barelyhuman / commitlog

Licence: MIT license
Generate Changelogs from Commits (CLI)

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to commitlog

Gitmoji Changelog
A changelog generator for gitmoji 😜
Stars: ✭ 250 (+296.83%)
Mutual labels:  changelog, commit
git-changelog
Categorized change logs from git messages
Stars: ✭ 20 (-68.25%)
Mutual labels:  changelog, changelog-generator
Git Quick Stats
▁▅▆▃▅ Git quick statistics is a simple and efficient way to access various statistics in git repository.
Stars: ✭ 5,139 (+8057.14%)
Mutual labels:  commits, changelog
Github Changelog Generator
Automatically generate change log from your tags, issues, labels and pull requests on GitHub.
Stars: ✭ 6,631 (+10425.4%)
Mutual labels:  changelog, changelog-generator
studio-changes
πŸ“¦ Generate a changelog as part of the npm versionΒ command
Stars: ✭ 49 (-22.22%)
Mutual labels:  commits, changelog
Changelog Ci
Changelog CI is a GitHub Action that generates changelog, Then the changelog is committed and/or commented to the release Pull request.
Stars: ✭ 68 (+7.94%)
Mutual labels:  changelog, commit
yaclt
Yet Another Change Log Tool
Stars: ✭ 24 (-61.9%)
Mutual labels:  changelog, changelog-generator
changie
Automated changelog tool for preparing releases with lots of customization options
Stars: ✭ 180 (+185.71%)
Mutual labels:  changelog, changelog-generator
next-release
Next Release is a release note management platform that automates your release notes in 3 clicks.
Stars: ✭ 18 (-71.43%)
Mutual labels:  changelog, changelog-generator
git
πŸ”€ semantic-release plugin to commit release assets to the project's git repository
Stars: ✭ 235 (+273.02%)
Mutual labels:  changelog, commit
Bump
Bump updates the project's version, updates/creates the changelog, makes the bump commit, tags the bump commit and makes the release to GitHub. Opinionated but configurable.
Stars: ✭ 327 (+419.05%)
Mutual labels:  changelog, commit
releasezri
Meaningful and minimalist release notes for developers
Stars: ✭ 25 (-60.32%)
Mutual labels:  changelog, changelog-generator
gtbump
git tag bump: A simple utility to bump and manage git semantic version tags and generate Markdown changelogs.
Stars: ✭ 15 (-76.19%)
Mutual labels:  changelog, changelog-generator
Gacp
πŸ’¬Git add, commit, push with Conventional Commits and Gitmoji.
Stars: ✭ 139 (+120.63%)
Mutual labels:  changelog, commit
generate-changelog
generates changelog from git based on jira tickets
Stars: ✭ 18 (-71.43%)
Mutual labels:  changelog, changelog-generator
Fugitive
Simple command line tool to make git more intuitive, along with useful GitHub addons.
Stars: ✭ 20 (-68.25%)
Mutual labels:  productivity, changelog
attribution
Generate changelogs from commit tags and shortlogs
Stars: ✭ 20 (-68.25%)
Mutual labels:  changelog, changelog-generator
news-fragments
An easy way to create your changelog file
Stars: ✭ 31 (-50.79%)
Mutual labels:  changelog, changelog-generator
bump-everywhere
πŸš€ Automate versioning, changelog creation, README updates and GitHub releases using GitHub Actions,npm, docker or bash.
Stars: ✭ 24 (-61.9%)
Mutual labels:  changelog, changelog-generator
DropPoint
Make drag-and-drop easier using DropPoint. Drag content without having to open side-by-side windows
Stars: ✭ 303 (+380.95%)
Mutual labels:  productivity

Changelog generator using Commit History

Go Report Card

Philosophy

  • Work on all major operating systems
  • Not platform dependent, not tied to Github, Gitlab, or anything. It's just markdown.
  • Ability to generate change logs between version tags
  • Handle release versioning of the project
  • Stay small

Why

Every language has it's own isolated version of a tool like this, for someone who works with multiple languages, it's easier to have the same tool working everywhere, without having to setup something get it working. There's an even tighter scoped version of this, nimclog.

The point of the tool is not to create super descriptive changelogs for you but to help your changelogs have enough information for you as a developer to be able to write proper changelogs while having references to the changes in one place.

Documentation

The documentation can be read from the docs folder of the repository, or on the website

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].