Skip to content

Commit 757baca

Browse files
author
davert
committed
version
1 parent c23b8d9 commit 757baca

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.1.0

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"email": "[email protected]"
99
}
1010
],
11+
"require": {
12+
"php": ">=5.4.0"
13+
},
1114
"require-dev": {
1215
"phpunit/phpunit": "3.7.*"
1316
},

scripts/tag_release.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?php
2+
$version = file_get_contents(__DIR__.'/../VERSION');
3+
system("git tag $version");
4+
system("git push origin master --tags");

0 commit comments

Comments
 (0)