gitchanges

command module
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 4, 2024 License: MIT Imports: 8 Imported by: 0

README

gitchanges

A tool to generate a markdown changelog for your git repo using tags.

Usage of gitchanges:
  -force
        Force output and overwrite existing file
  -groupBy string
        Groups changes by a regex pattern. Defaults to no grouping.
  -name string
        Project name, if different from repository root directory name
  -output string
        File to output changelog to. Defaults to <path>/CHANGELOG.md
  -path string
        Path to a repository to generate a changelog for (default ".")
  -sinceTag string
        Filters results to changes made after this tag. Non-inclusive
  -skip string
        Skips changes by a regex pattern. Defaults to no skipping.
  -untilTag string
        Filters results to changes made at or before this tag. Inclusive

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL