5 releases (breaking)

0.5.0 May 16, 2023
0.4.0 May 9, 2023
0.3.0 May 9, 2023
0.2.0 May 3, 2023
0.1.0 May 2, 2023

#4 in #gitcc

Download history 13/week @ 2024-02-26 9/week @ 2024-03-11 118/week @ 2024-04-01

127 downloads per month
Used in 2 crates (via gitcc-core)

MIT license

5KB
82 lines

gitcc

CLI for conventional commits, changelogs, and release management.

Usage

  • gitcc init: initializes the config
  • gitcc log: lists all commits
  • gitcc commit: guides the user to create a conventional commit
  • gitcc version: lists the current and provisional next version
  • gitcc changelog: generates the changelog

lib.rs:

Changelog

The changelog format is defined in https://keepachangelog.com/en/1.0.0/.

Dependencies

~5MB
~97K SLoC