sred/changelog

Create a previous changelog based on your git log

Installs: 1 366

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/sred/changelog

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

This package is not auto-updated.

Last update: 2025-09-28 00:08:12 UTC


README

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.