Giter Site home page Giter Site logo

dist-zilla-plugin-changestats-git's Introduction

NAME

Dist::Zilla::Plugin::ChangeStats::Git - add code churn statistics to the changelog

VERSION

version 0.6.0

SYNOPSIS

In the dist.ini:

[ChangeStats::Git]
group=STATISTICS
skip_match=^meta

DESCRIPTION

Adds a line to the changelog giving some stats about the code churn since the last release, which will look like:

- code churn: 6 files changed, 111 insertions(+), 1 deletions(-)

ARGUMENTS

group

If given, the line is added to the specified group.

develop_branch

The master developing branch. Defaults to master.

auto_previous_tag

If enabled, look in the guts of the Dist::Zilla::Plugin::Git::Tag plugin in order to find the previous release's tag. This will be then compared against the develop_branch. Defaults to false (0).

release_branch

The branch recording the releases. Defaults to releases.

text

The text before git output. If it is a non-empty string, :<space> will be appended. Defaults to code churn.

skip_file

A complete path (from the distribution root) that should not be included in the statistics. Can be given multiple times.

skip_match

A part of a regex used to match against complete paths. Paths that match are not included in the statistics. Can be given multiple times.

AUTHOR

Yanick Champoux [email protected] endorse

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Yanick Champoux.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

dist-zilla-plugin-changestats-git's People

Contributors

csson avatar shlomif avatar yanick avatar

Stargazers

 avatar

Watchers

 avatar  avatar

dist-zilla-plugin-changestats-git's Issues

Make tests work

The trick is to create a Git repo for the test distribution

Plugin depends on itself

I cloned the repository, installed an insane amount of authordeps, manually installed listdeps and was left with one dependency:

bala ~/src/Dist-Zilla-Plugin-ChangeStats-Git> dzil listdeps
Required plugin ChangeStats::Git isn't installed.

Run 'dzil authordeps' to see a list of all required plugins.
You can pipe the list to your CPAN client to install or update them:

  dzil authordeps | cpanm

The circle has closed - leaving me outside!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.