Skip to content

Instantly share code, notes, and snippets.

View webbird's full-sized avatar
🏠
Working from home - having fun with https://github.com/public-ui/

Bianka Martinovic webbird

🏠
Working from home - having fun with https://github.com/public-ui/
View GitHub Profile
<?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);