#conventional-commits #commit #changelog #gitcc #version #list

gitcc-convco

Utilities for conventional commits

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

#3 in #gitcc

Download history 5/week @ 2024-02-21 8/week @ 2024-02-28 2/week @ 2024-03-06 5/week @ 2024-03-13 1/week @ 2024-03-20 14/week @ 2024-03-27 33/week @ 2024-04-03

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

MIT license

18KB
341 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:

Conventional commits

This crate provides the tools to work with conventional commits. Conventional commits

This module is based on Conventional commits

Dependencies

~3.5–5MB
~88K SLoC