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
This package is not auto-updated.
Last update: 2025-04-12 21:40:56 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.