Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adililhan committed Sep 6, 2013
1 parent 06ec056 commit 9025b99
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,36 @@ Defterdar
=========

PHP and Git with changelog generator

#### How to works?

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
```

Calling now defterdar.php.

e.g.: __`php defterdar.php`__

Look at your CHANGELOG.md file.



#### You are RoR (Ruby on Rails) Developer?

No problem.

Look at __[Katip Project](https://github.com/kebab-project/katip/)__.

0 comments on commit 9025b99

Please sign in to comment.