~kp/git-release

7b7446b5865763fd92a23fc7fae7d0ca4b726971 — Konstantinos Pachnis 8 years ago 6f80fe8
Use simple text for README
2 files changed, 9 insertions(+), 11 deletions(-)

A README
D README.md
A README => README +9 -0
@@ 0,0 1,9 @@
git-release is a shell script, which automates the creation of software release numbers
in the form of MAJOR.MINOR.PATCH using git signed tags.

For more information read the online documentation git-release(1).

Install by running

$ make install


D README.md => README.md +0 -11
@@ 1,11 0,0 @@
**rn** is a shell script, which automates the creation of software release numbers 
in the form of **MAJOR**.**MINOR**.**PATCH** using git signed tags.

For more information read the online documentation `rn(8)`.

Install with
    
```sh
$ make install
```