This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Configuration | |
$organization = '<your organization>'; | |
$project = '<your project>'; | |
$token = '<your token>'; | |
$proxy = '<proxy>:<port>'; | |
$outline = '%5s/%6s: %s'."\n".' fixed: %s'."\n".' URL: %s'."\n\n"; | |
// Find latest version | |
exec('git tag', $tags, $return); |