I’m trying to generate a PHAR file that includes the latest git tag in the output file name… I’ve tried using a replacement placeholder in my box.json.. but this does not work… Sample file included below: ``` { "output": "output/mypharfile-@git_tag@.phar", "git-tag": "git_tag" } ``` What should I change to get the latest git tag to be part of the filename of the generated PHAR file?