adililhan/defterdar

There is no license information available for the latest version (dev-master) of this package.

PHP and Git with changelog generator

Maintainers

Package info

github.com/adililhan/Defterdar

pkg:composer/adililhan/defterdar

Statistics

Installs: 61

Dependents: 0

Suggesters: 0

Stars: 23

Open Issues: 1

dev-master 2013-09-07 19:41 UTC

This package is not auto-updated.

Last update: 2026-03-10 12:59:04 UTC


README

Nicely formatted changelog generator for your git repository.

usage

Defterdar works with "git tags".

For example:

git clone https://github.com/USERNAME/YOUR_REPO.git

echo 'Test' > README.md

git commit -a -m "test commit"

git tag v1

git push origin v1

action

$ php defterdar.php

After that, look at CHANGELOG.md to see the changes.

Are you a ROR(Ruby on Rails) Developer and looking for something more hipster?

No worries.

See Katip Project.