1. detroit-vclog(5)
  2. detroit-vclog(5)

NAME

detroit-vclog - generate changelogs using vclog for detroit

DESCRIPTION

The VcLog plug-in for Detroit utilize the vclog command line tool to generate nicely formated changelogs and/or history documents.

OPTIONS

The following options can be used in the Detroit assembly file for defining a vclog service.

Examples:

The simplist entry is

vclog:
  output: HISTORY.rdoc

To produce multiple formats use a list.

vclog:
  output:
    - log/CHANGES.md
    - log/HISTORY.md

If the extension is atypical use a mapping.

 vclog:
   output:
     HISTORY: markdown
     site/history.html: html

A fuller example might look something like this.

 vclog:
   rev: true
   level: -2
   output:
     - HISTORY.rdoc
     - CHANGELOG.rdoc
     - site/HISTORY.html

RESOURCES

For more information:

Copyright (c) 2010 Thomas Sawyer, Rubyworks

Detroit VCLog is distributable in accordance with the GPL v.3 license.

SEE ALSO

detroit(1), vclog(1)

  1. October 2011
  2. detroit-vclog(5)