Fixed tag script, potentially.
This commit is contained in:
parent
40a96029ff
commit
4e66852db1
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ $version = trim($version);
|
|||
$workingDir = getcwd();
|
||||
try {
|
||||
chdir(dirname($path));
|
||||
echo shell_exec(sprintf('git tag %s', $version));
|
||||
echo shell_exec(sprintf('git tag %s -m "%s"', $version, $version));
|
||||
echo shell_exec(sprintf('git push origin %s', $version));
|
||||
} finally {
|
||||
chdir($workingDir);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue