sdkch

command
v0.34.7 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2019 License: Apache-2.0 Imports: 12 Imported by: 0

README

sdkch

Simple tool to maintain modular changelogs

Usage

$ sdkch -help
usage: sdkch [-d directory] [-prune] command

Maintain unreleased changelog entries in a modular fashion.

Commands:
    add section stanza [message]    Add an entry file.
                                    If message is empty, start the editor to edit
                                    the message.
    generate [version]              Generate a changelog in Markdown format and print
                                    it to STDOUT. version defaults to UNRELEASED.

    Sections             Stanzas
         ---                 ---
    breaking                gaia
    features             gaiacli
improvements            gaiarest
    bugfixes                 sdk
                      tendermint

Flags:
  -d string
    	entry files directory (default "/home/alessio/work/tendermint/src/github.com/cosmos/cosmos-sdk/.pending")
  -prune
    	prune old entries after changelog generation

Add a new entry

You can either drop a text file in the appropriate directory or use the add command:

$ sdkch add features gaiacli '#3452 New cool gaiacli command'

If no message is provided, a new entry file is opened in an editor is started

Generate the full changelog

$ sdkch generate v0.30.0

The -prune flag would remove the old entry files after the changelog is generated.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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