sred/changelog

Create a previous changelog based on your git log

dev-master 2015-11-03 10:10 UTC

This package is not auto-updated.

Last update: 2024-06-22 17:02:51 UTC


README

Author:

Daniel Tomé Fernández daniel.tome@estudiants.urv.cat

Introduction:

This plugin provide us a changelog of our application.

Instalation:

To install this module you must follow this steps:

1- In your composer.json you must write:

"require": {
        "sred/changelog": "dev-master",
    },

2- Then you must run the following command line composer update.

Configuration:

1- We provide you a bash script in script folder, to place it wherever and only changing the path it will execute the Generator.php file.

1- We also provide you different constants in our Generator.php file to adapt this plugin to your project.