versioning-bundle
versioning-bundle copied to clipboard
Simple way to version (semantic versioning 2.0.0) your Symfony2/3/4/5/6 application
I'm using this bundle, which is really helpful 👍🏼 I want to add the version number to assets, which needs to be configured like this: ```yaml # config/packages/framework.yaml framework: #...
I had to use versioning-bundle on ApliPlatform so I had to create simple normalizer for that. ``` use ApiPlatform\Core\Documentation\Documentation; use ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer; use Shivas\VersioningBundle\Service\VersionManager; use Symfony\Component\Serializer\Normalizer\NormalizerAwareInterface; use Symfony\Component\Serializer\Normalizer\NormalizerAwareTrait; use Symfony\Component\Serializer\Normalizer\NormalizerInterface; class...
I'd be happy to contribute to this if its in the scope for the project, but would it be feasible to support git commit hashes as a provider? This breaks...
Hi, you have changes in commands to support new attributes style Please add new tag with it for fix deprecations Now last tag is 4.0.1 and it not contains attributes...
Did you plan to upgrade ?